mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 12:47:26 +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
|
||||
|
||||
cat << EOF >> /usr/local/bin/sudo
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Emulate the sudo command
|
||||
SUDO_USER=root
|
||||
SUDO_GROUP=root
|
||||
|
Loading…
Reference in New Issue
Block a user