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