Remove install script
This commit is contained in:
parent
aebeef3515
commit
b6e7c9b16c
|
@ -569,6 +569,11 @@ function install_postactiv_main {
|
|||
# This improves performance
|
||||
sed -i "s|//\$config\['db'\]\['schemacheck'\].*|\$config\['db'\]\['schemacheck'\] = 'script';|g" $postactiv_config_file
|
||||
|
||||
# remove the install script
|
||||
if [ -f /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/install.php ]; then
|
||||
rm /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/install.php
|
||||
fi
|
||||
|
||||
systemctl restart php5-fpm
|
||||
systemctl restart nginx
|
||||
|
||||
|
|
Loading…
Reference in New Issue