We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6f98f22 + 2f2160e commit bc714cdCopy full SHA for bc714cd
stack.sh
@@ -691,7 +691,7 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]]; then
691
692
# swift-init has a bug using /etc/swift until bug #885595 is fixed
693
# we have to create a link
694
- sudo ln -s ${SWIFT_CONFIG_LOCATION} /etc/swift
+ sudo ln -sf ${SWIFT_CONFIG_LOCATION} /etc/swift
695
696
# Swift use rsync to syncronize between all the different
697
# partitions (which make more sense when you have a multi-node
0 commit comments