From 1405f80bfc2930ddf517751b0d5ee743e20b974a Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 10 Apr 2025 16:03:08 +0200 Subject: [PATCH] fix deploy input --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index f489969..ee447e1 100644 --- a/update.sh +++ b/update.sh @@ -268,6 +268,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then install_deploy_rs echo "🚀 Applying the update to your system..." deploy .#server + echo echo "If you encounter any issues, your backup is available in $backup_dir" else echo "❌ Update failed. Your backup is available in $backup_dir"