1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00
This commit is contained in:
Navan Chauhan 2022-07-20 17:49:20 -06:00 committed by GitHub
parent b6b8f9b68f
commit 619ce069d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -100,6 +100,11 @@ chmod 750 "$datadir"
chmod -R o-rwx "$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
#=================================================