Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
#8 - added additional information lines to script
Browse files Browse the repository at this point in the history
  • Loading branch information
markjhollands committed Jan 20, 2021
1 parent 9e31353 commit 1bfbe28
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/zlux/pre-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,18 @@
# #
#########################################################################################

echo "Waiting for 10 seconds before installing plugins in /dropins"
echo "This will allow for all plugins to be extracted."
sleep 10

echo "Installing all plugins in /dropins"
for plugin in /dropins/*; do
if [ -d "$plugin" ] ;
then
echo "Installing $plugin"
./install-app.sh $plugin
fi
done

echo "Executing app-server.sh and transferring PID1 to that processes"
exec ./app-server.sh

0 comments on commit 1bfbe28

Please sign in to comment.