From 85f54b81f4d607e399378b671c3ec513e84bab3d Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Mon, 13 Feb 2023 11:42:18 +0100 Subject: [PATCH] Cosmetics --- stream8_backups/interactive.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stream8_backups/interactive.sh b/stream8_backups/interactive.sh index 8829e54..e53c7ab 100755 --- a/stream8_backups/interactive.sh +++ b/stream8_backups/interactive.sh @@ -19,9 +19,9 @@ if [ "$1" == "restore" ]; then fi $RESTIC restore latest --tag $2 -i $2 --target "$3" elif [ "$1" == "snapshots" ]; then - $RESTIC snapshots + $RESTIC snapshots elif [ "$1" == "unlock" ]; then - $RESTIC unlock + $RESTIC unlock elif [ "$1" == "mount" ]; then # TODO: check fusemount is not already mounted if [ ! -d "$FUSEMOUNT" ]; then -- GitLab