Fix wizzard not found

This commit is contained in:
Václav Valíček 2019-08-03 22:06:32 +02:00
parent cf58c22474
commit 3322b882bc
No known key found for this signature in database
GPG Key ID: 7CF44871CEA75938

View File

@ -6,7 +6,7 @@ IFS=$'\n\t'
if [ $UID -eq 0 ] if [ $UID -eq 0 ]
then then
chown executor:executor /data chown executor:executor /data
su executor -c wizzard su executor -c $0
exit $? exit $?
fi fi