diff --git a/arch-config/scripts/arch-config.sh b/arch-config/scripts/arch-config.sh index 7f23b339..ce9bdbcc 100755 --- a/arch-config/scripts/arch-config.sh +++ b/arch-config/scripts/arch-config.sh @@ -61,6 +61,9 @@ if [[ "$#" -eq 1 ]]; then echo "-h, --help Show help menu" echo "-t, --theme Show theme selection screen" fi +elif [[ "$#" -gt 1 ]]; then + echo "Too many arguments" + exit 1 fi #delete previous backups