We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5418cf7 commit e3b2158Copy full SHA for e3b2158
nextcloud-startup-script.sh
@@ -517,8 +517,11 @@ rm -f "$SCRIPTS/desec_menu.sh"
517
rm -f "$NCDATA"/*.log
518
519
find /root "/home/$UNIXUSER" -type f \( -name '*.sh*' -o -name '*.html*' -o -name '*.tar*' -o -name 'results' -o -name '*.zip*' \) -delete
520
-find "$NCPATH" -type f \( -name 'results' -o -name '*.sh*' \) -delete
521
sed -i "s|instruction.sh|nextcloud.sh|g" "/home/$UNIXUSER/.bash_profile"
+# TODO: Do we really need this?
522
+# https://github.com/nextcloud/server/issues/48773
523
+# find "$NCPATH" -type f \( -name 'results' -o -name '*.sh*' \) -delete
524
+find "$NCPATH" -type f \( -name 'results' \) -delete
525
526
truncate -s 0 \
527
/root/.bash_history \
0 commit comments