diff --git a/Docker/init.extension.sh b/Docker/init.extension.sh new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/Docker/init.extension.sh @@ -0,0 +1 @@ + diff --git a/Docker/init.sh b/Docker/init.sh index 2e235f6d..077a879f 100644 --- a/Docker/init.sh +++ b/Docker/init.sh @@ -100,6 +100,10 @@ if [ ! -e "./super.json" ]; then sudo cp super.sample.json super.json sudo cp super.sample.json /config/super.json fi + +echo "Running extension init file ..." +( exec "./init.extension.sh" ) + # Execute Command echo "Starting Shinobi ..." exec "$@"