rc.local fix#3
This commit is contained in:
parent
9a443397b9
commit
b8f2ddc57a
1 changed files with 1 additions and 0 deletions
|
@ -71,6 +71,7 @@ if [ -f /etc/rc.local ]; then
|
|||
echo "exit 0"
|
||||
) >> /etc/rc.local.new
|
||||
mv -f /etc/rc.local.new /etc/rc.local
|
||||
chmod +x /etc/rc.local
|
||||
fi
|
||||
|
||||
touch /etc/run-cosmos-at-boot
|
||||
|
|
Loading…
Add table
Reference in a new issue