diff --git a/hyprland.sh b/hyprland.sh index 74c8ce7..bef7522 100644 --- a/hyprland.sh +++ b/hyprland.sh @@ -303,6 +303,8 @@ main() { if $silent; then echo_warning "Executing script silently!" + else + silent=false fi checkEnv @@ -334,7 +336,7 @@ if getImports; then for arg in "$@"; do case "$arg" in --silent | -s) - export silent=true + silent=true ;; esac done