diff options
Diffstat (limited to 'www-apps/back-end/files/reconfig')
-rw-r--r-- | www-apps/back-end/files/reconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apps/back-end/files/reconfig b/www-apps/back-end/files/reconfig index 891ff813b60b..b9dc828101ff 100644 --- a/www-apps/back-end/files/reconfig +++ b/www-apps/back-end/files/reconfig @@ -3,3 +3,4 @@ if [ $1 = "start" -o $1 = "install" ]; then # fix location of SQL tables sed -e "s|../tables/|${VHOST_ROOT}/${PN}/tables/|" -i ${MY_INSTALLDIR}/config_setup.php fi +# we don't clean up because the user should have removed config_setup.php per postinstall instructions |