diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-04 22:06:01 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-04 22:06:01 +0200 |
commit | 6db35a5230578e296d9f493b28e6330e22569c8f (patch) | |
tree | 86ccb8725d2ae1a779459e2d8c01087c07a37e58 /scripts/run_conky.sh | |
parent | 78f3f37d3d8b213887fa6d47e32c5f9f05c0e299 (diff) | |
download | conky-6db35a5230578e296d9f493b28e6330e22569c8f.tar.gz conky-6db35a5230578e296d9f493b28e6330e22569c8f.tar.bz2 conky-6db35a5230578e296d9f493b28e6330e22569c8f.tar.xz conky-6db35a5230578e296d9f493b28e6330e22569c8f.zip |
Integrate also nagios-based monitoring here
Diffstat (limited to 'scripts/run_conky.sh')
-rwxr-xr-x | scripts/run_conky.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_conky.sh b/scripts/run_conky.sh index abdea35..7648259 100755 --- a/scripts/run_conky.sh +++ b/scripts/run_conky.sh @@ -7,7 +7,7 @@ if [ "$1" != "start" ]; then fi if [ "$1" != "stop" ]; then - python /opt/scripts/unlock.py gui || exit + python2 /opt/scripts/unlock.py gui || exit killall -9 gpg-agent pass test |