mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Add "cron reload" command to install script
This commit is contained in:
@ -25,6 +25,7 @@ sudo sh <<SCRIPT
|
|||||||
|
|
||||||
echo "\n\033[1;32mMSM INSTALL: Downloading latest MSM cron file\033[m"
|
echo "\n\033[1;32mMSM INSTALL: Downloading latest MSM cron file\033[m"
|
||||||
wget https://raw.github.com/marcuswhybrow/minecraft-server-manager/latest/cron/msm -O /etc/cron.d/msm
|
wget https://raw.github.com/marcuswhybrow/minecraft-server-manager/latest/cron/msm -O /etc/cron.d/msm
|
||||||
|
service cron reload
|
||||||
|
|
||||||
echo "\n\033[1;32mMSM INSTALL: Downloading latest MSM version\033[m"
|
echo "\n\033[1;32mMSM INSTALL: Downloading latest MSM version\033[m"
|
||||||
wget https://raw.github.com/marcuswhybrow/minecraft-server-manager/latest/init/msm -O /etc/init.d/msm
|
wget https://raw.github.com/marcuswhybrow/minecraft-server-manager/latest/init/msm -O /etc/init.d/msm
|
||||||
|
Reference in New Issue
Block a user