From 56509c736fba178c9ed8ee51b4af2998b1e340a0 Mon Sep 17 00:00:00 2001 From: Roland Strunze <1+xosna@noreply.localhost> Date: Sat, 23 May 2026 12:02:35 +0200 Subject: [PATCH] quick_update.sh aktualisiert --- quick_update.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quick_update.sh b/quick_update.sh index 63c91ec..55544b9 100644 --- a/quick_update.sh +++ b/quick_update.sh @@ -1,4 +1,6 @@ #!/bin/bash +read -p "Dolibarr Update starten? (y/n): " confirm +[[ "$confirm" != "y" ]] && exit set -euo pipefail