Merge "Check if /etc/swift exists in ring builder" into icehouse
This commit is contained in:
commit
c9d2f09ee3
@ -68,7 +68,10 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
|
||||
fi
|
||||
|
||||
|
||||
cd /etc/swift
|
||||
if ! cd "/etc/swift"; then
|
||||
echo "The path /etc/swift not accessible. Please check if it exists."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for builder_file in $builder_files
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user