chatgpt is silly, but I am more silly
All checks were successful
/ docker (push) Successful in 27s

This commit is contained in:
Lee 2023-07-08 00:28:33 +01:00
parent cf5dd64b46
commit 50da4c5052

@ -17,7 +17,7 @@ echo "env[DOCKER] = true" >> /etc/php81/php-fpm.d/www.conf
echo "clear_env = no" >> /etc/php81/php-fpm.d/www.conf
# Set php-fpm to listen on socket
sed -i 's/^listen = .*/listen = \/run\/php\/php.sock/' /etc/php8.1/php-fpm.d/www.conf
sed -i 's/^listen = .*/listen = \/run\/php\/php.sock/' /etc/php81/php-fpm.d/www.conf
echo "Setting permissions for upload script"
chmod 777 /var/www/html/upload.php