Made things look a little nicer
This commit is contained in:
@@ -7,9 +7,9 @@ service mysql start
|
||||
echo "[ INFO ] Starting PHP 7.2 Service"
|
||||
service php7.2-fpm start
|
||||
|
||||
# Running friendBook database setup script
|
||||
echo "[ INFO ] Setting up friendBook database"
|
||||
mysql -u root < /scripts/friendBook.sql
|
||||
# Running friendbook database setup script
|
||||
echo "[ INFO ] Setting up friendbook database"
|
||||
mysql -u root < /scripts/friendbook.sql
|
||||
|
||||
echo "[ INFO ] Starting nginx"
|
||||
nginx -g "daemon off;" # Foreground
|
||||
|
||||
Reference in New Issue
Block a user