Fix banner
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
# Install motd scripts
|
||||
|
||||
# shellcheck source=./functions
|
||||
[[ -f functions ]] && . functions || exit 1
|
||||
|
||||
is_root
|
||||
@@ -15,6 +16,7 @@ if [[ -v DEBUG ]]; then
|
||||
banner="banner.sh"
|
||||
else
|
||||
banner="$profiledir/banner.sh"
|
||||
[[ -f ./functions ]] && cp functions "$profiledir"
|
||||
fi
|
||||
|
||||
cat <<- 'EOF' > "$banner"
|
||||
|
||||
Reference in New Issue
Block a user