Merge pull request #1977 from Emzy/ops/fix-shebang-scripts

Disable confirmation prompt for rust and change shebang in scripts to be universal for prod install
This commit is contained in:
wiz
2022-07-06 18:51:18 +02:00
committed by GitHub
8 changed files with 8 additions and 17 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)