From 6baf4af3378152fd91de6b78181b84684fed94c2 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 18:34:11 -0400 Subject: [PATCH] add bash --- hosts/pluto/services/pterodactyl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pluto/services/pterodactyl.nix b/hosts/pluto/services/pterodactyl.nix index 1249d67..e9d0f84 100644 --- a/hosts/pluto/services/pterodactyl.nix +++ b/hosts/pluto/services/pterodactyl.nix @@ -70,7 +70,7 @@ in { requires = ["docker.service"]; partOf = ["docker.service"]; script = '' - export PATH=${pkgs.coreutils}:$PATH + #!/usr/bin/env bash ${wings}/bin/wings ''; wantedBy = ["multi-user.target"];