We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d102cc commit 5f4c507Copy full SHA for 5f4c507
nextcloud-startup-script.sh
@@ -570,7 +570,6 @@ rm -f "$SCRIPTS/change_db_pass.sh"
570
rm -f "$SCRIPTS/test_connection.sh"
571
rm -f "$SCRIPTS/instruction.sh"
572
rm -f "$NCDATA/nextcloud.log"
573
-rm -f "$VMLOGS/nextcloud.log"
574
rm -f "$SCRIPTS/static_ip.sh"
575
576
find /root "/home/$UNIXUSER" -type f \( -name '*.sh*' -o -name '*.html*' -o -name '*.tar*' -o -name 'results' -o -name '*.zip*' \) -delete
@@ -584,7 +583,8 @@ truncate -s 0 \
584
583
"/var/spool/mail/$UNIXUSER" \
585
/var/log/apache2/access.log \
586
/var/log/apache2/error.log \
587
- /var/log/cronjobs_success.log
+ /var/log/cronjobs_success.log \
+ "$VMLOGS/nextcloud.log
588
589
sed -i "s|sudo -i||g" "/home/$UNIXUSER/.bash_profile"
590
0 commit comments