mirror of
https://github.com/YunoHost-Apps/shiori_ynh.git
synced 2024-09-03 20:26:17 +02:00
fix typo
This commit is contained in:
parent
2d92472992
commit
94c3ead929
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ chown -R $app:www-data "$datadir"
|
||||||
pushd $final_path/
|
pushd $final_path/
|
||||||
sudo -u $app $final_path/shiori --portable migrate
|
sudo -u $app $final_path/shiori --portable migrate
|
||||||
sudo -u $app mv shiori-data/shiori.db $datadir
|
sudo -u $app mv shiori-data/shiori.db $datadir
|
||||||
rm -r shiori-date
|
rm -r shiori-data
|
||||||
popd
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue