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

This commit is contained in:
Ameer Hamza Khan
2024-10-09 07:14:40 +00:00
parent e744481ea2
commit e47e68dd3e
3 changed files with 29 additions and 19 deletions

View File

@@ -22,5 +22,6 @@ fi
eval $USER_COMMAND_INIT
eval $SYS_COMMAND_INIT
eval $USER_COMMAND_SETUP
tail -f $LOG_FILE & wait ${!}