mirror of
https://github.com/Smeagolworms4/MQTT-Explorer.git
synced 2026-07-27 19:56:27 +00:00
Fix entry point
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
if [ -n "$INITIAL_CONFIG" ] && [ ! -f $CONFIG_PATH/setting.json ]; then
|
||||
echo "$INITIAL_CONFIG" > $CONFIG_PATH/setting.json
|
||||
if [ -n "$INITIAL_CONFIG" ] && [ ! -f $CONFIG_PATH/settings.json ]; then
|
||||
echo "$INITIAL_CONFIG" > $CONFIG_PATH/settings.json
|
||||
fi
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user