diff --git a/update.sh b/update.sh index ae891a0..bcfb852 100644 --- a/update.sh +++ b/update.sh @@ -1,5 +1,7 @@ #!/bin/bash +cd /var/www/html || exit 1 + # Remove old APKs rm -f ./repo/YouTube.apk rm -f ./repo/Reddit.apk