From a10693bc14ed97b732aa3f0ca206cfc6cb6c354b Mon Sep 17 00:00:00 2001 From: dapowers87 Date: Mon, 5 Oct 2020 23:15:19 +0000 Subject: [PATCH] add in init.extension.sh --- Docker/init.extension.sh | 1 + Docker/init.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 Docker/init.extension.sh 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 "$@"