From 6a29e7e61bda0bdb7241cce7595e78423f5870ad Mon Sep 17 00:00:00 2001 From: FailedProxy Date: Fri, 27 Mar 2026 20:30:51 +0000 Subject: [PATCH] stable --- Rsync/rsync.sh | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Rsync/rsync.sh b/Rsync/rsync.sh index d2ee9ef..e786434 100644 --- a/Rsync/rsync.sh +++ b/Rsync/rsync.sh @@ -5,18 +5,6 @@ set -e # ---------------------------------------------------------------------------------------------- # ---------------- User Variables, Please adjust in Master.conf as needed ---------------------- # ---------------------------------------------------------------------------------------------- -# -# User variables can be adjusted in Master.conf -# -# Scripts now just contain runtime logic -# -# This new setup allows for profiles and arguments to use the core script -# -# Use arguments in unRAID User Plugin for directory -# Example = /mnt/user/appdata/unraid_scripts/Rsync/rsync.sh --dry-run -# ---------------------------------------------------------------------------------------------- -# -------------- End Of User Variables, Please adjust in Master.conf as needed ----------------- -# ---------------------------------------------------------------------------------------------- SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"