diff --git a/scripts/_common.sh b/scripts/_common.sh index 2416f4c..6863d7d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -61,11 +61,11 @@ installdeps(){ fi # start mongodb service - sudo systemctl enable mongod.service - sudo systemctl start mongod.service + sudo systemctl enable mongodb.service + sudo systemctl start mongodb.service # add mongodb to services - sudo yunohost service add mongod -l /var/log/mongodb/mongod.log + sudo yunohost service add mongodb -l /var/log/mongodb/mongodb.log #Install other dependencies sudo apt-get install -y gzip curl graphicsmagick