added chmod +x for rc.local
This commit is contained in:
parent
4e0af756db
commit
92de3bd7d2
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ echo "--- changing static ip address to 192.168.12.1 ---"
|
|||
cp -f dhcpcd.conf /etc/dhcpcd.conf
|
||||
|
||||
echo"--- preventing this script from running next reboot ---"
|
||||
chmod +x normalrc.local
|
||||
sudo cp -f normalrc.local /etc/rc.local
|
||||
|
||||
echo "--- Finished setup! Rebooting now ---"
|
||||
|
|
|
|||
Loading…
Reference in a new issue