Skip to content

Commit bc714cd

Browse files
committed
Merge pull request #180 from chmouel/swift-make-work-on-rerun
Force creation of the symlink.
2 parents 6f98f22 + 2f2160e commit bc714cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]]; then
691691

692692
# swift-init has a bug using /etc/swift until bug #885595 is fixed
693693
# we have to create a link
694-
sudo ln -s ${SWIFT_CONFIG_LOCATION} /etc/swift
694+
sudo ln -sf ${SWIFT_CONFIG_LOCATION} /etc/swift
695695

696696
# Swift use rsync to syncronize between all the different
697697
# partitions (which make more sense when you have a multi-node

0 commit comments

Comments
 (0)