Skip to content
This repository has been archived by the owner on Apr 12, 2019. It is now read-only.

mc_startmonitor() won't start #7

Open
Tsunayoshi opened this issue Dec 28, 2014 · 0 comments
Open

mc_startmonitor() won't start #7

Tsunayoshi opened this issue Dec 28, 2014 · 0 comments

Comments

@Tsunayoshi
Copy link

Thanks for your script. I can now save my backups without lags and in small pieces!

I was wondering why the checkserver didn't start and I had found (i think) two missing ! at

if [ -z $CHECKSERVER ]; then
and changes it to
if [ ! -z $CHECKSERVER ]; then
so the checkserver now starts and stops with the script.

Hope it was right, maybe this information is usefull for someone :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant