cozy / cozy-debian

Cozy Debian package
13 stars 4 forks source link

Fixed uninstall in case of errors #29

Closed babolivier closed 8 years ago

babolivier commented 8 years ago

If an error is displayed by the cozy-monitor status command, the line containing it isn't excluded from the apps list. As a result, if I get the error "error - The Cozy Data System looks not started", the script as it is now will try to uninstall the apps "error", "The", "Cozy", and so on. Adding "error" to the exclusions list will prevent this from happening as it will exclude all lines beginning with the word "error".