mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Update debian.sh
Update debian.sh script to eliminate "Cannot make directory '/var/run/screen': Permission denied" error on startup with Ubuntu 14.04 -- more information: https://bugs.launchpad.net/ubuntu/+source/screen/+bug/1380080
This commit is contained in:
parent
4f90d9453a
commit
9d2b63f2b5
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user