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