From 06f1b4f560e086dc3db396cca1aa658180c8311a Mon Sep 17 00:00:00 2001 From: dimon Date: Mon, 17 Jul 2023 23:20:18 +0000 Subject: [PATCH] Update 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index c08cfc1..86276fa 100644 --- a/update.sh +++ b/update.sh @@ -5,7 +5,7 @@ if ! [ -n "$1" ]; then fi cd / -rm -r /var/www/nextcloud +rm -r /var/www/nextcloud || echo wget https://download.nextcloud.com/server/releases/nextcloud-$1.tar.bz2 tar -xjvf nextcloud-$1.tar.bz2 cp -r /nextcloud /var/www