rm -f instead of rm only

Change-Id: I6ca7d69649b8892471b892ead41a290ca5506c0d
This commit is contained in:
Romain Ziba 2015-05-21 15:11:13 +02:00
parent e57dd486c2
commit b3ba817a86

View File

@ -132,7 +132,7 @@ function cleanup_sticks {
rm -rf $STICKS_AUTH_CACHE_DIR/*
rm -rf $STICKS_CONF_DIR/*
if [[ "$ENABLED_SERVICES" =~ "sticks-dashboard" ]]; then
rm $HORIZON_DIR/openstack_dashboard/local/enabled/_60_sticks.py
rm -f $HORIZON_DIR/openstack_dashboard/local/enabled/_60_sticks.py
fi
}