Merge pull request #38 from bashclub/revert-37-patch-3

Revert "Update install-service.sh"
This commit is contained in:
Thorsten Spille 2021-08-13 15:13:48 +02:00 committed by GitHub
commit 4b651877c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ unzip open3a.zip
rm open3a.zip
chmod 666 system/DBData/Installation.pfdb.php
chmod -R 777 specifics/
chmod -R 777 system/Backup
chmod -R 777 system/Backups
chown -R www-data:www-data /var/www/html
echo "sudo -u www-data /usr/bin/php /var/www/html/plugins/Installation/backup.php; for backup in $(ls -r1 /var/www/html/system/Backup/*.gz | /bin/grep -v $(date +%Y%m%d)); do /bin/rm $backup;done" > /etc/cron.daily/open3a-backup