Rename 20-folders to 00-folders

This commit is contained in:
Alexandre
2021-06-22 22:32:13 +02:00
committed by GitHub
parent 5339343494
commit a612bb5778

View File

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