Dotfiles config update (2022-03-13)
This commit is contained in:
parent
db4c87c91f
commit
6d4624b1cb
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user