mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Added cron reload after MSM cron file installation
This commit is contained in:
parent
1c7c8e80c2
commit
239dc3cfc8
@ -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