u
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user