mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Merge pull request #307 from cptskyhawk/patch-1
Update debian.sh install script to set update-rc.d symlink names for better priority.
This commit is contained in:
commit
ce84d731b9
@ -19,7 +19,7 @@ function enable_init() {
|
|||||||
if [[ $? == 0 ]]; then
|
if [[ $? == 0 ]]; then
|
||||||
sudo insserv msm
|
sudo insserv msm
|
||||||
else
|
else
|
||||||
sudo update-rc.d msm defaults
|
sudo update-rc.d msm defaults 99 10
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user