Skip to content

Commit 48b8c96

Browse files
committed
Remove mongo db folder creation.
1 parent d3d1b56 commit 48b8c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ apt-key add deb_signing.key
503503
mkdir -p $hst_backups
504504
cd $hst_backups
505505
mkdir nginx apache2 php php5 php5-fpm vsftpd proftpd bind exim4 dovecot clamd
506-
mkdir spamassassin mysql postgresql mongodb hestia
506+
mkdir spamassassin mysql postgresql hestia
507507

508508
# Backing up Nginx configuration
509509
service nginx stop > /dev/null 2>&1

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ apt-key add deb_signing.key
486486
mkdir -p $hst_backups
487487
cd $hst_backups
488488
mkdir nginx apache2 php vsftpd proftpd bind exim4 dovecot clamd
489-
mkdir spamassassin mysql postgresql mongodb hestia
489+
mkdir spamassassin mysql postgresql hestia
490490

491491
# Backup nginx configuration
492492
service nginx stop > /dev/null 2>&1

0 commit comments

Comments
 (0)