Fixed the issue related to the timezones. Removed the tz setup inside the image. Now the host machine will set the tz. Also added a new variable USER_COMMAND_SETUP which will run after the SYS_COMMAND_INIT.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -22,5 +22,6 @@ fi
|
||||
|
||||
eval $USER_COMMAND_INIT
|
||||
eval $SYS_COMMAND_INIT
|
||||
eval $USER_COMMAND_SETUP
|
||||
|
||||
tail -f $LOG_FILE & wait ${!}
|
||||
|
||||
Reference in New Issue
Block a user