From 6446c6b8a3310dc372543bd87d3d0c3ffaa71943 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 12 Nov 2021 18:11:28 +0100 Subject: [PATCH] pkgs/ap: update ap_install_collectd.sh hint --- nix/pkgs/ap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/pkgs/ap.nix b/nix/pkgs/ap.nix index b3d5d70..e1e072c 100644 --- a/nix/pkgs/ap.nix +++ b/nix/pkgs/ap.nix @@ -315,5 +315,5 @@ in '' __SSH__ echo "Base configuration done \\o/" - echo "Later run: `dirname $0`/ap_install_collectd.sh ${config.site.net.mgmt.hosts4.${hostName}}" + echo "Later run: ap_install_collectd.sh ${config.site.net.mgmt.hosts4.${hostName}}" ''