Delete 20-folders

This commit is contained in:
Alexandre
2021-10-18 21:51:31 +02:00
committed by GitHub
parent 9744a05641
commit 6ad37d5361

View File

@@ -1,7 +0,0 @@
#!/usr/bin/with-contenv bash
if [ ! -d /config ]; then
echo "Creating /config"
mkdir -p /config
chown -R abc:abc /config
fi