From 0cd065225c08fb98cd971efeed1a176cd34cd4b4 Mon Sep 17 00:00:00 2001 From: villadalmine Date: Wed, 14 Sep 2016 17:58:05 -0300 Subject: [PATCH] Changed version to Version --- container_files/bin/configure_php.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container_files/bin/configure_php.sh b/container_files/bin/configure_php.sh index 5d01d81..874a785 100755 --- a/container_files/bin/configure_php.sh +++ b/container_files/bin/configure_php.sh @@ -30,7 +30,7 @@ else if [[ $ADMIN_NAME && ${ADMIN_NAME-x} ]] && [[ $ADMIN_FAMILY && ${ADMIN_FAMILY-x} ]] && [[ $ADMIN_USERNAME && ${ADMIN_USERNAME-x} ]] && [[ $VERSION && ${VERSION-x} ]]; then echo "Variables are ok" >> $log echo "Doing first configuration in database data" >> $log - cd /opt/comanage/comanage-registry-$version/app + cd /opt/comanage/comanage-registry-$VERSION/app ./Console/cake database >> $log laststatus=$? echo "Composed status: $laststatus" >> $log