From 535e8323b1b1f7594c9ab271c741d5720d50dc74 Mon Sep 17 00:00:00 2001 From: stubbfelnewpc Date: Tue, 23 Mar 2021 22:04:19 +0100 Subject: [PATCH] fix vaheim --- services/vaheim.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/services/vaheim.nix b/services/vaheim.nix index bce5792..c93a311 100644 --- a/services/vaheim.nix +++ b/services/vaheim.nix @@ -7,7 +7,9 @@ let targetPkgs = pkgs: (with pkgs; [ ]); - runScript = "bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir /home/sshuser/Valheim_sw"; + runScript = '' + bash ./start_server_bepinex.sh -name "vaheim.stubbe.rocks" -password "vsr" -port 2456 -world "stubbe worlds" -public 0 -savedir /home/sshuser/Valheim_sw" + ''; }); in