]> arthur.barton.de Git - backup-script.git/blobdiff - bin/backup-status
backup-status: Remove unused variables
[backup-script.git] / bin / backup-status
index cf7efc97ad9251a85020161ac9c49413ff45db37..092931bb8fbf699c70dc30b403dbb1106c57bda2 100755 (executable)
@@ -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