mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 08:24:25 +01:00
imagefiles: gosu sudo wrapper requires bash
Addresses: /usr/local/bin/sudo: 5: 2: not found that occurs during sudo execution.
This commit is contained in:
parent
cb7421fc79
commit
9098b1a478
@ -16,7 +16,7 @@ gosu nobody true
|
|||||||
# is created in /usr/local/bin
|
# is created in /usr/local/bin
|
||||||
|
|
||||||
cat << EOF >> /usr/local/bin/sudo
|
cat << EOF >> /usr/local/bin/sudo
|
||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Emulate the sudo command
|
# Emulate the sudo command
|
||||||
SUDO_USER=root
|
SUDO_USER=root
|
||||||
SUDO_GROUP=root
|
SUDO_GROUP=root
|
||||||
|
Loading…
Reference in New Issue
Block a user