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

@Tsunayoshi

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

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