From b3ba817a86b9716091c5b4046171da8214895f12 Mon Sep 17 00:00:00 2001 From: Romain Ziba Date: Thu, 21 May 2015 15:11:13 +0200 Subject: [PATCH] rm -f instead of rm only Change-Id: I6ca7d69649b8892471b892ead41a290ca5506c0d --- contrib/devstack/lib/sticks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/devstack/lib/sticks b/contrib/devstack/lib/sticks index 81b55ec..5a62c85 100644 --- a/contrib/devstack/lib/sticks +++ b/contrib/devstack/lib/sticks @@ -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 }