From f6dc204b8601ab45ea634b36c906b2f1dd7c50bb Mon Sep 17 00:00:00 2001 From: snaki Date: Thu, 7 Jul 2022 15:04:38 +0200 Subject: [PATCH] brain fuck --- btrbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btrbk b/btrbk index 3d79573..0deb71e 100755 --- a/btrbk +++ b/btrbk @@ -172,7 +172,7 @@ while true; do esac shift done -if [ "$fullBackup" = true ]; then +if [ "$fullRestore" = true ]; then runFullRestore elif [ "$backup" = true ]; then testConf