diff --git a/scripts/ct.sh b/scripts/ct.sh index 303c2bf..58aae22 100755 --- a/scripts/ct.sh +++ b/scripts/ct.sh @@ -86,7 +86,7 @@ execute_script() { shopt -s extglob if [ $operation == "d" ] || [ $operation == "dots" ] ; then - if [ ${parameter_1} == "h" ] || [ ${parameter_1} == "hypr" ] ; then + if [[ ${parameter_1} == "h" ]] || [[ ${parameter_1} == "hypr" ]] ; then parameter_1=hyprland fi