diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-16 00:12:53 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2019-02-16 00:12:53 +0000 |
commit | 768df7c1367527b8a0698f5ccbc79aad0ae6300a (patch) | |
tree | 7cc86414a7db954483e75509d1940922a78375ea /scripts | |
parent | Script nolonger required (diff) | |
download | config-768df7c1367527b8a0698f5ccbc79aad0ae6300a.tar.bz2 config-768df7c1367527b8a0698f5ccbc79aad0ae6300a.tar.xz config-768df7c1367527b8a0698f5ccbc79aad0ae6300a.zip |
Script nolonger required
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/drbd.status | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/drbd.status b/scripts/drbd.status deleted file mode 100755 index 3a5a61d..0000000 --- a/scripts/drbd.status +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -cat /proc/drbd | grep cs: | grep -v cs:Connected |