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

mc_startmonitor() won't start #7

Description

@Tsunayoshi

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 :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions