From 73c4cf6bf9a533417760bec7969f7eb556ebe7eb Mon Sep 17 00:00:00 2001 From: dapowers87 Date: Mon, 5 Oct 2020 23:31:10 +0000 Subject: [PATCH] change the way it was being called --- Docker/init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/init.sh b/Docker/init.sh index 077a879f..ebfc506b 100644 --- a/Docker/init.sh +++ b/Docker/init.sh @@ -102,7 +102,7 @@ if [ ! -e "./super.json" ]; then fi echo "Running extension init file ..." -( exec "./init.extension.sh" ) +( sh /home/Shinobi/Docker/init.extension.sh ) # Execute Command echo "Starting Shinobi ..."