diff options
Diffstat (limited to 'www-apps/rt/files/3.4.2/reconfig')
-rw-r--r-- | www-apps/rt/files/3.4.2/reconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/rt/files/3.4.2/reconfig b/www-apps/rt/files/3.4.2/reconfig index f254a3c2212f..4f69cd0998d4 100644 --- a/www-apps/rt/files/3.4.2/reconfig +++ b/www-apps/rt/files/3.4.2/reconfig @@ -32,7 +32,7 @@ if [ $1 = "install" ]; then elif [ $1 = "clean" ]; then echo "Please examine the contents of the following directories" echo "and delete anything that is no longer necessary" - echo + echo echo ${VHOST_ROOT}/${PF} echo ${MY_INSTALLDIR} fi |