rc.local fix#2
This commit is contained in:
parent
50a6502fbd
commit
9a443397b9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ fi
|
||||||
|
|
||||||
if [ ! -f /etc/rc.local ]; then
|
if [ ! -f /etc/rc.local ]; then
|
||||||
echo "#!/bin/bash" > /etc/rc.local
|
echo "#!/bin/bash" > /etc/rc.local
|
||||||
echo > /etc/rc.local
|
echo >> /etc/rc.local
|
||||||
chmod +x /etc/rc.local
|
chmod +x /etc/rc.local
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue