From 9cc923e52039af98307a22382d353af260df5eb7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Tue, 18 Aug 2015 16:02:13 +0200 Subject: [PATCH] backup-status: Remove unused variables "local" and "destdir" seem to be unused? --- bin/backup-status | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/backup-status b/bin/backup-status index cf7efc9..092931b 100755 --- a/bin/backup-status +++ b/bin/backup-status @@ -117,10 +117,6 @@ for f in $sys; do # Read in system configuration file source "$f" - # Validate configuration - [ "$system" = "localhost" -o "$system" = "127.0.0.1" ] && local=1 - - destdir="$target" target="$target/$system" [ -d "$target" ] || continue -- 2.39.2