melawy-skel-root/02_chown.sh

6 lines
58 B
Bash
Executable File

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