Cleanup user scripts

This commit is contained in:
2023-04-06 16:51:21 -04:00
parent 2efeb4e887
commit 1bde2a2478
2 changed files with 6 additions and 5 deletions

View File

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