If logging was left on then turn it off after upgrade
This commit is contained in:
parent
0dbebd4c4f
commit
9855006d11
|
@ -85,6 +85,9 @@ if [ -d $PROJECT_DIR ]; then
|
|||
fi
|
||||
fi
|
||||
|
||||
# If logging was left on then turn it off
|
||||
${PROJECT_NAME}-logging off
|
||||
|
||||
if [ -f /usr/bin/reset-tripwire ]; then
|
||||
echo '
|
||||
|
||||
|
|
Loading…
Reference in New Issue