Merge pull request #180 from chmouel/swift-make-work-on-rerun
Force creation of the symlink.
This commit is contained in:
commit
bc714cdaf3
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
|
# swift-init has a bug using /etc/swift until bug #885595 is fixed
|
||||||
# we have to create a link
|
# 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
|
# Swift use rsync to syncronize between all the different
|
||||||
# partitions (which make more sense when you have a multi-node
|
# partitions (which make more sense when you have a multi-node
|
||||||
|
|
Loading…
Reference in a new issue