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 1d4a801 commit dfa7ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/bin/configure_php_user.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
log=/tmp/php-user.sh

date >> $log
cd /opt/comanage/comanage-registry-$version/app
cd /opt/comanage/comanage-registry-$VERSION/app
echo "Performing database user setup" >> $log
./Console/cake setup --admin-given-name ADMIN_NAME --admin-family-name ADMIN_FAMILY --admin-username ADMIN_USERNAME --enable-pooling=No --force >> $log

0 comments on commit dfa7ff4

Please sign in to comment.