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