Fix missing -r flag for noita helper
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m45s
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m45s
This commit is contained in:
parent
9f0b7899af
commit
1f653693cd
@ -19,7 +19,7 @@ restic restore "latest:$SAVE_DIR" --target "$SAVE_DIR"
|
|||||||
echo "Ready to play Noita!"
|
echo "Ready to play Noita!"
|
||||||
echo "Remember to unmount the tmpfs after playing:"
|
echo "Remember to unmount the tmpfs after playing:"
|
||||||
echo ""
|
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
|
while true
|
||||||
do
|
do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user