Improve unban script

This commit is contained in:
2024-06-30 20:04:48 -04:00
parent 4e3407843a
commit 877c65e2c1
2 changed files with 9 additions and 5 deletions

View File

@@ -5,8 +5,6 @@
parent="${BASH_SOURCE[0]}"
parent=${parent%/*}
unset user
[[ -f $parent/script-functions ]] && . "$parent"/script-functions || exit 1
is_root