Force creation of the symlink.
It would allow to not fail when we run stack.sh again.
This commit is contained in:
parent
aa4aa2ecb8
commit
2f2160eac2
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
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
|
||||
|
|
Loading…
Reference in a new issue