Fix PWA redirect loop and installation options after uninstalling PWA
This commit is contained in:
+1
-1
@@ -89,5 +89,5 @@ if [ "$TARGET" = "tophost" ]; then
|
||||
python3 scratch/deploy_ftp.py
|
||||
else
|
||||
echo "🚀 Upload via SSH/rsync su Contabo ($VPS_HOST) in corso..."
|
||||
rsync -avz --delete www/ "$VPS_USER@$VPS_HOST:$VPS_PATH"
|
||||
rsync -avz --delete --exclude 'api' www/ "$VPS_USER@$VPS_HOST:$VPS_PATH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user