Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Changed version to Version
Browse files Browse the repository at this point in the history
  • Loading branch information
villadalmine committed Sep 14, 2016
1 parent dfa7ff4 commit 0cd0652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/bin/configure_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cd0652

Please sign in to comment.