diff options
Diffstat (limited to 'www-apps/rt/files')
-rw-r--r-- | www-apps/rt/files/3.4.5/reconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/rt/files/3.4.5/reconfig b/www-apps/rt/files/3.4.5/reconfig index 6830548da6e8..583b511a73b7 100644 --- a/www-apps/rt/files/3.4.5/reconfig +++ b/www-apps/rt/files/3.4.5/reconfig @@ -22,9 +22,9 @@ if [ $1 = "install" ]; then echo "You may need to update your database." echo "For each item in the output below" echo "whose name is greater than your previously installed RT version," - echo "rt-setup-database --action schema --datadir ${VHOST_ROOT}/${PF}/upgrade/<version>" - echo "rt-setup-database --action acl --datadir ${VHOST_ROOT}/${PF}/upgrade/<version>" - echo "rt-setup-database --action insert --datadir ${VHOST_ROOT}/${PF}/upgrade/<version>" + echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action schema --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> --prompt-for-dba-password" + echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action acl --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> -prompt-for-dba-password" + echo "${VHOST_ROOT}/${PF}/sbin/rt-setup-database --action insert --datadir ${VHOST_ROOT}/${PF}/upgrade/<version> -prompt-for-dba-password" echo "Don't forget to read the online installation guide for more details" ls |