Rename 30-folders.sh to 90-run.sh

This commit is contained in:
Alexandre
2022-11-18 11:30:07 +01:00
committed by GitHub
parent fc3c8acc63
commit fb13cf3d6f

View File

@@ -0,0 +1,9 @@
#!/bin/bash
# Copy data
cp -rnf /var/www/baikal/* /data/
# Start app
/./etc/init.d/php8.1-fpm start && \
chown -R nginx:nginx /var/www/baikal/Specific && \
nginx -g \"daemon off