Skip to content
Snippets Groups Projects
Commit 6e535f2e authored by Bob Mottram's avatar Bob Mottram
Browse files

Upgrading GS/pA

parent e6ef9d9a
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,7 @@ function upgrade_gnusocial {
rm /var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs/install.php
fi
if [ -d $INSTALL_DIR/pleroma ]; then
if [ -f /var/www/${GNUSOCIAL_DOMAIN_NAME}/htdocs/index_qvitter.php ]; then
if [ -f /var/www/${GNUSOCIAL_DOMAIN_NAME}/htdocs/index.php ]; then
mv /var/www/${GNUSOCIAL_DOMAIN_NAME}/htdocs/index.php /var/www/${GNUSOCIAL_DOMAIN_NAME}/htdocs/index_qvitter.php
fi
......
......@@ -365,7 +365,7 @@ function upgrade_postactiv {
rm /var/www/$POSTACTIV_DOMAIN_NAME/htdocs/install.php
fi
if [ -d $INSTALL_DIR/pleroma ]; then
if [ -f /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/index_qvitter.php ]; then
if [ -f /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/index.php ]; then
mv /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/index.php /var/www/${POSTACTIV_DOMAIN_NAME}/htdocs/index_qvitter.php
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment