5 lines
75 B
Bash
5 lines
75 B
Bash
#!/bin/sh
|
|
|
|
echo "* Fixing permissions of rc.local"
|
|
chmod 755 /etc/rc.local
|