Changed order of execution for User and Sys init commands.
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-07-26 08:28:33 +00:00
parent 2696b9d7d5
commit e744481ea2

View File

@@ -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 ${!}