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:
parent
cab8985e9a
commit
41fd9f8b77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue