Update toggle_gammastep.sh
This commit is contained in:
parent
087fac7d03
commit
d6ae103fc2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# This script will toggle gammastep
|
# This script will toggle gammastep
|
||||||
# Dependencies: gammastep
|
# Dependencies: gammastep
|
||||||
|
|
||||||
PID="$(ps -e | grep gammastep | awk -F ' ' '{print $1}')"
|
PID="$(ps -e | grep gammastep | awk '{print $1}')"
|
||||||
|
|
||||||
if [[ $PID > 0 ]]; then
|
if [[ $PID > 0 ]]; then
|
||||||
kill $PID
|
kill $PID
|
||||||
|
|
Loading…
Reference in a new issue