Move where the extension file would be expected to live

Remove blank extension file
fix-non-showing-inputs
dapowers87 2020-10-05 23:42:03 +00:00
parent 73c4cf6bf9
commit 054ac9bb8d
2 changed files with 4 additions and 3 deletions

View File

@ -1 +0,0 @@

View File

@ -101,8 +101,10 @@ if [ ! -e "./super.json" ]; then
sudo cp super.sample.json /config/super.json
fi
echo "Running extension init file ..."
( sh /home/Shinobi/Docker/init.extension.sh )
if [ -e "/config/init.extension.sh" ]; then
echo "Running extension init file ..."
( sh /config/init.extension.sh )
fi
# Execute Command
echo "Starting Shinobi ..."