| ... | ... |
@@ -646,7 +646,7 @@ if [[ "$ENABLED_SERVICES" =~ "swift" ]];then |
| 646 | 646 |
|
| 647 | 647 |
# We then create link to that mounted location so swift would know |
| 648 | 648 |
# where to go. |
| 649 |
- for x in {1..4}; do sudo ln -sf $s/$x ${SWIFT_LOCATION}/$x; done
|
|
| 649 |
+ for x in {1..4}; do sudo ln -sf ${SWIFT_LOCATION}/drives/sdb1/$x ${SWIFT_LOCATION}/$x; done
|
|
| 650 | 650 |
|
| 651 | 651 |
# We now have to emulate a few different servers into one we |
| 652 | 652 |
# create all the directories needed for swift |