Fix wizzard not found
This commit is contained in:
parent
cf58c22474
commit
3322b882bc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user