summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xlib/container/create2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/container/create b/lib/container/create
index 8fa6189..9ae578c 100755
--- a/lib/container/create
+++ b/lib/container/create
@@ -205,7 +205,7 @@ fi
# Creating ro bind mounts
if [ -n "${BIND_RO}" ]
then
- BINDS="$(echo ${BIND_RO} | sed -e 's|;| |g')"
+ BINDS_RO="$(echo ${BIND_RO} | sed -e 's|;| |g')"
for BIND_RO in ${BINDS_RO}
do