Merge pull request #632 from thewtex/sudo-wrapper-bash

imagefiles: gosu sudo wrapper requires bash
This commit is contained in:
Matt McCormick 2021-11-02 21:14:37 -04:00 committed by GitHub
commit ea4d106ed8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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