bunkerweb/examples/mongo-express/setup-docker.sh
2022-07-23 11:29:18 +02:00

9 lines
128 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