summaryrefslogtreecommitdiffstats
path: root/files/draklive-install.d/run.d/home-live-permissions.sh
blob: a4d5141bb03aaf4e46112bb46f1df0cebd75a6c0 (plain)
1
2
3
4
5
#!/bin/sh

if [ -d "/home/live" ]; then 
    chown -R live:live /home/live
fi