pkgs/ap_install_collectd.sh: fix shabang

This commit is contained in:
Astro 2022-01-18 21:22:27 +01:00
parent e6651c440d
commit 6a8feb82db
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
for HOST in $@ ; do
ssh root@$HOST \