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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user