From e8d11580912fbf3580b268baa7cb0371d214a8ab Mon Sep 17 00:00:00 2001 From: Chmouel Boudjnah Date: Wed, 2 Nov 2011 18:16:32 +0100 Subject: [PATCH] Missed one variable subst from the last commit. --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index df9d4b2..d012507 100755 --- a/stack.sh +++ b/stack.sh @@ -646,7 +646,7 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]];then # We then create link to that mounted location so swift would know # where to go. - for x in {1..4}; do sudo ln -sf $s/$x ${SWIFT_LOCATION}/$x; done + for x in {1..4}; do sudo ln -sf ${SWIFT_LOCATION}/drives/sdb1/$x ${SWIFT_LOCATION}/$x; done # We now have to emulate a few different servers into one we # create all the directories needed for swift