change the way it was being called

fix-non-showing-inputs
dapowers87 2020-10-05 23:31:10 +00:00
parent a10693bc14
commit 73c4cf6bf9
1 changed files with 1 additions and 1 deletions

View File

@ -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 ..."