bunkerized-nginx/examples/community/brawdunoir-homelab/docker/bw/setup.sh

9 lines
127 B
Bash
Executable File

#!/bin/bash
if [ $(id -u) -ne 0 ] ; then
echo "❌ Run me as root"
exit 1
fi
chown -R root:101 bw-data
chmod -R 770 bw-data