diff --git a/scripts/99_deploy.sh b/scripts/99_deploy.sh index 4865129..b177bb9 100755 --- a/scripts/99_deploy.sh +++ b/scripts/99_deploy.sh @@ -294,7 +294,7 @@ if [ ${operation} == "dots" ] ; then # ---------- # hyprland - if [ ${parameter} == "hyprland" ] ; then + if [[ ${parameter} == "hyprland" ]] ; then file_name=hyprland.conf file_path=/home/${system_user}/.config/hypr create_dir ${file_path}