From 1f653693cd44cb15ad2c2de01a07056759a59dd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 5 May 2025 22:38:05 +0200 Subject: [PATCH] Fix missing -r flag for noita helper --- home/scripts/noita-helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/scripts/noita-helper.sh b/home/scripts/noita-helper.sh index a6e31fc..7c692f5 100644 --- a/home/scripts/noita-helper.sh +++ b/home/scripts/noita-helper.sh @@ -19,7 +19,7 @@ restic restore "latest:$SAVE_DIR" --target "$SAVE_DIR" echo "Ready to play Noita!" echo "Remember to unmount the tmpfs after playing:" echo "" -echo "restic backup -q $SAVE_DIR && sudo umount $SAVE_DIR && restic -r $RESTIC_REPOSITORY restore latest:$SAVE_DIR --target $SAVE_DIR" +echo "restic -r $RESTIC_REPOSITORY backup -q $SAVE_DIR && sudo umount $SAVE_DIR && restic -r $RESTIC_REPOSITORY restore latest:$SAVE_DIR --target $SAVE_DIR" while true do