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

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