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

fix command

This commit is contained in:
navanchauhan 2022-07-20 17:58:59 -06:00
parent cab8985e9a
commit 41fd9f8b77

View file

@ -102,7 +102,7 @@ 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
sudo -u $app $final_path/shiori migrate
popd
#=================================================