Bladeren bron

Drop the database on install failure

Bob Mottram 8 jaren geleden
bovenliggende
commit
b94090b85e
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen
  1. 1
    0
      src/freedombone-app-gnusocial
  2. 1
    0
      src/freedombone-app-postactiv

+ 1
- 0
src/freedombone-app-gnusocial Bestand weergeven

@@ -711,6 +711,7 @@ function install_gnusocial_main {
711 711
     # check gnusocial has a config file
712 712
     gnusocial_config_file=/var/www/$GNUSOCIAL_DOMAIN_NAME/htdocs/config.php
713 713
     if [ ! -f $gnusocial_config_file ]; then
714
+        drop_database gnusocial
714 715
         rm -rf /var/www/$GNUSOCIAL_DOMAIN_NAME
715 716
         echo $'Gnusocial config.php not found'
716 717
         exit 87586

+ 1
- 0
src/freedombone-app-postactiv Bestand weergeven

@@ -555,6 +555,7 @@ function install_postactiv_main {
555 555
     # check postactiv has a config file
556 556
     postactiv_config_file=/var/www/$POSTACTIV_DOMAIN_NAME/htdocs/config.php
557 557
     if [ ! -f $postactiv_config_file ]; then
558
+        drop_database postactiv
558 559
         rm -rf /var/www/$POSTACTIV_DOMAIN_NAME
559 560
         echo $'Postactiv config.php not found'
560 561
         exit 87586