mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
fix #13
This commit is contained in:
parent
b6b8f9b68f
commit
619ce069d7
1 changed files with 5 additions and 0 deletions
|
@ -100,6 +100,11 @@ chmod 750 "$datadir"
|
||||||
chmod -R o-rwx "$datadir"
|
chmod -R o-rwx "$datadir"
|
||||||
chown -R $app:www-data "$datadir"
|
chown -R $app:www-data "$datadir"
|
||||||
|
|
||||||
|
# Run migrate for new install go-shiori/shiori#447
|
||||||
|
pushd $final_path/
|
||||||
|
sudo -u $app final_path/shiori serve --port $port --webroot $path_url
|
||||||
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SYSTEMD
|
# SETUP SYSTEMD
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue