Skip to content

Commit

Permalink
Update plexdrive4.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Admin9705 authored Nov 5, 2017
1 parent eba52b8 commit 78ed2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/plexdrive4.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ if echo "$answer" | grep -iq "^y" ;then
apt-get install -y mongodb-org

## Enable Mongod Service
sudo systemctl daemon-reload
sudo systemctl enable mongod
sudo systemctl start mongod
systemctl daemon-reload
systemctl enable mongod
systemctl start mongod
clear
echo "Important for WINDOWS Users: When you have to copy and paste"
echo "from terminal, USE CTRL + Insert. DO NOT use CTRL +C or right "
Expand Down

0 comments on commit 78ed2cc

Please sign in to comment.