change the way it was being called
parent
a10693bc14
commit
73c4cf6bf9
|
|
@ -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 ..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue