From 92de3bd7d29072c082e125a36dbc9ccda51cfe8b Mon Sep 17 00:00:00 2001 From: James Devine Date: Mon, 29 Jan 2018 22:31:53 +0100 Subject: [PATCH] added chmod +x for rc.local --- partialinstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/partialinstall.sh b/partialinstall.sh index 37ab2eb..3ea94dc 100644 --- a/partialinstall.sh +++ b/partialinstall.sh @@ -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 ---"