melawy-skel-liveuser/02_chown.sh

6 lines
62 B
Bash
Executable File

#!/bin/bash
sudo chown -R 1000:1000 ./liveuser
echo "Ready"