"www-data is already the user owner"

This commit is contained in:
aart1256 2025-08-28 18:10:12 -04:00
parent 843d18d306
commit 612ec77e46

View file

@ -20,5 +20,4 @@ jobs:
run: |
find /var/www/otomata/* -path '/var/www/otomata/demos' -prune -o -exec rm -rf {} +
cp -r _site/* /var/www/otomata/
chown -R www-data:www-data /var/www/otomata
chmod -R 755 /var/www/otomata