Dotfiles config update (2022-03-13)

This commit is contained in:
q3aql 2022-03-13 16:22:02 +01:00
parent db4c87c91f
commit 6d4624b1cb

View File

@ -56,7 +56,7 @@ echo -e ""
# CHECK WID PROCESS # CHECK WID PROCESS
check_iwd=$(ps -e | grep " iwd") check_iwd=$(ps -e | grep " iwd")
if [ -z ${check_iwd} ] ; then if [ -z "${check_iwd}" ] ; then
echo -e "${purple} # Running iwd process${end}" echo -e "${purple} # Running iwd process${end}"
systemctl start iwd systemctl start iwd
sleep 2 sleep 2