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

Commit

Permalink
Merge pull request #29 from docker/1.0.6
Browse files Browse the repository at this point in the history
Update configure_php_user.sh
  • Loading branch information
chubing authored Mar 22, 2017
2 parents 63cefef + 80dd936 commit 4e71c5e
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
Expand Up @@ -24,7 +24,7 @@ laststatus=$?
if [ ! $laststatus -eq 0 ]; then
cd /opt/comanage/comanage-registry-$VERSION/app
echo "Performing database user setup" >> $log
./Console/cake setup --admin-given-name ADMIN_GIVEN_NAME --admin-family-name ADMIN_FAMILY_NAME --admin-username ADMIN_EPPN --enable-pooling=No --force >> $log
./Console/cake setup --admin-given-name ADMIN_NAME --admin-family-name ADMIN_FAMILY --admin-username ADMIN_USERNAME --enable-pooling=No --force >> $log
else
echo "table cm_users exists, skipping provisioning" >> $log
fi
Expand Down

0 comments on commit 4e71c5e

Please sign in to comment.