Browse Source

Remove mongo db folder creation.

Raphael Schneeberger 7 years ago
parent
commit
48b8c96f0a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -503,7 +503,7 @@ apt-key add deb_signing.key
 mkdir -p $hst_backups
 cd $hst_backups
 mkdir nginx apache2 php php5 php5-fpm vsftpd proftpd bind exim4 dovecot clamd
-mkdir spamassassin mysql postgresql mongodb hestia
+mkdir spamassassin mysql postgresql hestia
 
 # Backing up Nginx configuration
 service nginx stop > /dev/null 2>&1

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -486,7 +486,7 @@ apt-key add deb_signing.key
 mkdir -p $hst_backups
 cd $hst_backups
 mkdir nginx apache2 php vsftpd proftpd bind exim4 dovecot clamd
-mkdir spamassassin mysql postgresql mongodb hestia
+mkdir spamassassin mysql postgresql hestia
 
 # Backup nginx configuration
 service nginx stop > /dev/null 2>&1