mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Merge pull request #245 from brichter89/master
Added cron reload after MSM cron file installation
This commit is contained in:
commit
91d16a558d
@ -126,6 +126,7 @@ function install_config() {
|
||||
function install_cron() {
|
||||
install_log "Installing MSM cron file"
|
||||
sudo install -m0644 "$dl_dir/msm.cron" /etc/cron.d/msm || install_error "Couldn't install cron file"
|
||||
sudo /etc/init.d/cron reload
|
||||
}
|
||||
|
||||
# Installs init script into /etc/init.d
|
||||
|
Loading…
Reference in New Issue
Block a user