Compare commits

..

No commits in common. "main" and "v3.12.1" have entirely different histories.

View File

@ -4,7 +4,7 @@ set -e
if [ "$1" = 'pleroma' ] || [ "$1" = 'pleroma_ctl' ] if [ "$1" = 'pleroma' ] || [ "$1" = 'pleroma_ctl' ]
then then
mkdir -p /data/uploads /data/static mkdir -p /data/{uploads,static}
mkdir -p /config mkdir -p /config
chown -R akkoma /data /config chown -R akkoma /data /config