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:
navanchauhan 2022-07-20 18:16:11 -06:00
parent 2d92472992
commit 94c3ead929

View file

@ -104,7 +104,7 @@ chown -R $app:www-data "$datadir"
pushd $final_path/
sudo -u $app $final_path/shiori --portable migrate
sudo -u $app mv shiori-data/shiori.db $datadir
rm -r shiori-date
rm -r shiori-data
popd
#=================================================