Skip to content

Commit

Permalink
Update plexdrive4.sh
Browse files Browse the repository at this point in the history
Admin9705 authored Nov 5, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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 "

0 comments on commit 78ed2cc

Please sign in to comment.