Fix wizzard not found
This commit is contained in:
parent
cf58c22474
commit
3322b882bc
|
@ -6,7 +6,7 @@ IFS=$'\n\t'
|
|||
if [ $UID -eq 0 ]
|
||||
then
|
||||
chown executor:executor /data
|
||||
su executor -c wizzard
|
||||
su executor -c $0
|
||||
exit $?
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user