]> Frank Brehm's Git Trees - pixelpark/admin-tools.git/commitdiff
Minor change to bin/manual-backup
authorFrank Brehm <frank@brehm-online.com>
Mon, 13 Jan 2025 09:46:40 +0000 (10:46 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 13 Jan 2025 09:46:40 +0000 (10:46 +0100)
bin/manual-backup

index 21c9a7b6bc498c950ff2ba06bafacfb8cdfc610b..2b0ab62b02d0d9d485014545dea969114edc5399 100755 (executable)
@@ -626,7 +626,9 @@ main() {
         sync_to_remote
     else
         empty_line
-        warn "Don't execute the sync to the remote hosts."
+        if [[ "${QUIET}" != "y" ]] ; then
+            warn "Don't execute the sync to the remote hosts."
+        fi
     fi
 
     info "Finished."