Standardize function import

This commit is contained in:
2024-06-30 15:30:50 -04:00
parent ccf91fe0f5
commit a5cde22362
16 changed files with 49 additions and 105 deletions

View File

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