diff --git a/git_pull_execute.sh b/git_pull_execute.sh index cd8731a..b72bab6 100755 --- a/git_pull_execute.sh +++ b/git_pull_execute.sh @@ -55,9 +55,6 @@ parse_args "$@" # ============================================================================================== # ━━━ Setup ━━━ # ============================================================================================== -echo "" -echo "━━━ $ICON_GEAR Setup ━━━" - if [[ "$EUID" -ne 0 ]]; then error "Must be run as root" exit 1