From 4fcfb6d44fc082191bcb0d613de92fc76d706158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 18:06:20 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Eupdate.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 008cec8..2823716 100644 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/bin/bash -rm -r /var/www/html/ +rm -rf /var/www/html/* cd /var/www/html/ git clone https://git.moelle.space/hxcde/mylinks.git . \ No newline at end of file