Unfinished, untested.

This commit is contained in:
William Miceli
2019-06-05 21:25:25 -04:00
parent a4b905b165
commit 158d357875
2 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,14 @@
#!/bin/sh
# Copy default "User" directory if none already exist
echo "[ INFO ] Checking if the /user/data "
if [ -e /var/www/user/data ]
then
echo "True"
else
echo "False"
fi
chown -R nginx:nginx /var/www
echo "[ INFO ] Starting PHP-FPM"