From 6b7a51bec3c911224e62d8c0b4660d3388a1274d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Fri, 14 Apr 2023 18:08:55 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.sh b/update.sh index 2823716..414e1b2 100644 --- a/update.sh +++ b/update.sh @@ -1,4 +1,4 @@ #!/bin/bash -rm -rf /var/www/html/* +rm -rf /var/www/html/mylinks cd /var/www/html/ -git clone https://git.moelle.space/hxcde/mylinks.git . \ No newline at end of file +git clone https://git.moelle.space/hxcde/mylinks.git \ No newline at end of file