1
0
mirror of https://github.com/msmhq/msm.git synced 2024-08-30 18:12:35 +00:00

Merge pull request from cptskyhawk/patch-1

Update debian.sh install script to set update-rc.d symlink names for better priority.
This commit is contained in:
Blaine Motsinger 2015-08-09 23:47:35 -05:00
commit ce84d731b9

@ -19,7 +19,7 @@ function enable_init() {
if [[ $? == 0 ]]; then
sudo insserv msm
else
sudo update-rc.d msm defaults
sudo update-rc.d msm defaults 99 10
fi
}