mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-29 05:04:32 +02:00
Merge pull request #1241 from michael-o/fix-sh
This commit is contained in:
@@ -240,7 +240,7 @@ if [ -f "${SCRIPTPATH}" ]; then
|
||||
|
||||
: "${SH:=sh}"
|
||||
|
||||
exec "${SH}" "${SCRIPTPATH}" "$@"
|
||||
exec ${SH} "${SCRIPTPATH}" "$@"
|
||||
|
||||
else
|
||||
error_exit "${SCRIPTPATH} not found."
|
||||
|
||||
Reference in New Issue
Block a user