From 85ac69fc5daa9a79aca8805b8e2b69e1bd5a7fc1 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Tue, 23 Mar 2021 22:07:51 +0100 Subject: [PATCH] fix vaheim --- services/vaheim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/vaheim.nix b/services/vaheim.nix index c93a311..361c2ba 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -8,7 +8,7 @@ let [ ]); runScript = '' - bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir /home/sshuser/Valheim_sw" + bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir "/home/sshuser/Valheim_sw" ''; });