Do not delete the /var/log/pandora directory.

Doing so breaks the Pandora FMS Server if it is installed on the same
host.
This commit is contained in:
Ramon Novoa 2014-09-18 19:06:16 +02:00
parent c6755f0dca
commit f38a5bb7f3
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ uninstall () {
fi fi
rm -Rf $PANDORA_BASE$PANDORA_HOME 2> /dev/null rm -Rf $PANDORA_BASE$PANDORA_HOME 2> /dev/null
rm -Rf $PANDORA_BASE$PANDORA_LOG_DIR 2> /dev/null rm -Rf $PANDORA_BASE$PANDORA_LOG_DIR/$PANDORA_LOG 2> /dev/null
rm -Rf $PANDORA_BASE$TENTACLE 2> /dev/null rm -Rf $PANDORA_BASE$TENTACLE 2> /dev/null
rm -Rf $PANDORA_BASE$PANDORA_MAN/{man1,cat1}/tentacle_client.1.gz 2> /dev/null rm -Rf $PANDORA_BASE$PANDORA_MAN/{man1,cat1}/tentacle_client.1.gz 2> /dev/null