From 2f2160eac2be76d778abe1c8d85147799f7186cc Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Thu, 10 Nov 2011 23:46:08 +0100 Subject: [PATCH] Force creation of the symlink. It would allow to not fail when we run stack.sh again. --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 78851b9..2577d14 100755 --- a/stack.sh +++ b/stack.sh @@ -691,7 +691,7 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]]; then # swift-init has a bug using /etc/swift until bug #885595 is fixed # we have to create a link - sudo ln -s ${SWIFT_CONFIG_LOCATION} /etc/swift + sudo ln -sf ${SWIFT_CONFIG_LOCATION} /etc/swift # Swift use rsync to syncronize between all the different # partitions (which make more sense when you have a multi-node