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

dumb mistake

This commit is contained in:
navanchauhan 2022-07-20 17:55:10 -06:00
parent eb4b8fa4a2
commit cab8985e9a

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 serve --port $port --webroot $path_url
popd
#=================================================