diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index a6d5d43f..39b8258c 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -89,6 +89,7 @@ if [[ "$#" -eq 1 ]]; then echo "-h, --help Show help menu" echo "-t, --theme Show theme selection screen" echo "-f, --firefox Update firefox config" + exit 0 fi elif [[ "$#" -gt 1 ]]; then echo "Too many arguments"