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