Change shebang in scripts to be universal for prod install

This commit is contained in:
Stephan Oeste
2022-07-06 12:11:13 +02:00
parent 7154d755c1
commit 4a6f3e189d
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/local/bin/zsh
#!/usr/bin/env zsh
PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$HOME/bin
HOSTNAME=$(hostname)
LOCATION=$(hostname|cut -d . -f2)