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