Merge "rm -f instead of rm only"

This commit is contained in:
Jenkins 2015-05-21 13:19:34 +00:00 committed by Gerrit Code Review
commit 3ff7a21578
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function cleanup_cerberus {
rm -rf $CERBERUS_AUTH_CACHE_DIR/*
rm -rf $CERBERUS_CONF_DIR/*
if [[ "$ENABLED_SERVICES" =~ "cerberus-dashboard" ]]; then
rm $HORIZON_DIR/openstack_dashboard/local/enabled/_50_cerberus.py
rm -f $HORIZON_DIR/openstack_dashboard/local/enabled/_50_cerberus.py
fi
}