mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Fixed issue #199 - set permissions properly for /etc/cron.d/msm
This commit is contained in:
parent
0ef89241d2
commit
8ab5471321
@ -116,7 +116,7 @@ function install_config() {
|
|||||||
# Installs msm.cron into /etc/cron.d
|
# Installs msm.cron into /etc/cron.d
|
||||||
function install_cron() {
|
function install_cron() {
|
||||||
install_log "Installing MSM cron file"
|
install_log "Installing MSM cron file"
|
||||||
sudo install "$dl_dir/msm.cron" /etc/cron.d/msm || install_error "Couldn't install cron file"
|
sudo install -m0644 "$dl_dir/msm.cron" /etc/cron.d/msm || install_error "Couldn't install cron file"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Reloads cron service (if necessary)
|
# Reloads cron service (if necessary)
|
||||||
|
Loading…
Reference in New Issue
Block a user