Clean old file
This commit is contained in:
parent
88ea557246
commit
070613790f
|
@ -1,9 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
if [ "$(pgrep -c nmtui | cut -b 1)" -eq "0" ]; then
|
||||
echo true
|
||||
/usr/bin/xterm -e '/usr/bin/nmtui'
|
||||
else
|
||||
echo false
|
||||
pkill nmtui 2&>1 /dev/null
|
||||
fi
|
Loading…
Reference in New Issue