add in init.extension.sh

fix-non-showing-inputs
dapowers87 2020-10-05 23:15:19 +00:00
parent cd9c013916
commit a10693bc14
2 changed files with 5 additions and 0 deletions

1
Docker/init.extension.sh Normal file
View File

@ -0,0 +1 @@

View File

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