From 6a8feb82dbbc5d37cb7b1c0358c80f5790bf1778 Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 18 Jan 2022 21:22:27 +0100 Subject: [PATCH] pkgs/ap_install_collectd.sh: fix shabang --- nix/pkgs/ap_install_collectd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/pkgs/ap_install_collectd.sh b/nix/pkgs/ap_install_collectd.sh index 1c19d54..74055f4 100755 --- a/nix/pkgs/ap_install_collectd.sh +++ b/nix/pkgs/ap_install_collectd.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash for HOST in $@ ; do ssh root@$HOST \