1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/akkoma_ynh.git synced 2024-09-03 20:36:17 +02:00

default styles.json (themes) in static dir

This commit is contained in:
lapineige 2023-02-14 11:42:11 +01:00 committed by GitHub
parent d18047d14e
commit 6d4f92b458
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,6 +154,7 @@ mkdir -p "$datadir/uploads/"
mkdir -p "$datadir/static/"
mkdir -p "$datadir/static/emoji/"
mkdir -p "$datadir/static/static/themes"
mv ../conf/styles.json "$datadir/static/styles.json"
chmod 750 "$datadir"
chmod -R o-rwx "$datadir"