mirror of
https://github.com/YunoHost-Apps/akkoma_ynh.git
synced 2024-09-03 20:36:17 +02:00
Add /static/static directory
Fix https://github.com/YunoHost-Apps/akkoma_ynh/issues/18
This commit is contained in:
parent
4ba0d566e1
commit
23ee2b3c61
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ mkdir -p $datadir
|
||||||
mkdir -p "$datadir/uploads/"
|
mkdir -p "$datadir/uploads/"
|
||||||
mkdir -p "$datadir/static/"
|
mkdir -p "$datadir/static/"
|
||||||
mkdir -p "$datadir/static/emoji/"
|
mkdir -p "$datadir/static/emoji/"
|
||||||
|
mkdir -p "$datadir/static/static/themes"
|
||||||
|
|
||||||
chmod 750 "$datadir"
|
chmod 750 "$datadir"
|
||||||
chmod -R o-rwx "$datadir"
|
chmod -R o-rwx "$datadir"
|
||||||
|
|
Loading…
Add table
Reference in a new issue