Files
lab/overlays/_common/common/root/lab-build/perms

8 lines
140 B
Bash

#!/bin/bash
echo " * Fixing permissions"
chown -R root. /root/
chown -R ipng. /home/ipng/
[ -r /etc/rc.local ] && chmod 755 /etc/rc.local