Changed order of execution for User and Sys init commands.
All checks were successful
continuous-integration/drone Build is passing
All checks were successful
continuous-integration/drone Build is passing
This commit is contained in:
@@ -20,7 +20,7 @@ then
|
||||
sudo chown -R $(id -u):$(id -g) $LOG_FILE
|
||||
fi
|
||||
|
||||
eval $USER_COMMAND_INIT
|
||||
eval $SYS_COMMAND_INIT
|
||||
eval $USER_COMMAND_INIT &
|
||||
|
||||
tail -f $LOG_FILE & wait ${!}
|
||||
|
||||
Reference in New Issue
Block a user