correct shebang

This commit is contained in:
creme 2019-12-14 23:36:10 +00:00
parent 61a3fcb75a
commit cd2e0e0f87
1 changed files with 1 additions and 1 deletions

2
srv/znc/add_znc_user.sh Executable file → Normal file
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
[[ "$EUID" -ne "$(id -u znc)" ]] && printf 'Please run as znc!\n' && exit 1