From f00d35644efbf48939ef778dc22311037e4c8052 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 19 Aug 2020 22:50:46 +0200 Subject: [PATCH] cleanup --- nextcloud-startup-script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud-startup-script.sh b/nextcloud-startup-script.sh index 709bcb29..b9144e6f 100644 --- a/nextcloud-startup-script.sh +++ b/nextcloud-startup-script.sh @@ -472,6 +472,7 @@ rm -f "$SCRIPTS/lib.sh" rm -f "$SCRIPTS/server_configuration.sh" rm -f "$SCRIPTS/nextcloud_configuration.sh" rm -f "$SCRIPTS/additional_apps.sh" +rm -f "$SCRIPTS/adduser.sh" find /root "/home/$UNIXUSER" -type f \( -name '*.sh*' -o -name '*.html*' -o -name '*.tar*' -o -name 'results' -o -name '*.zip*' \) -delete find "$NCPATH" -type f \( -name 'results' -o -name '*.sh*' \) -delete