From b97cd1f1877e04d78f049e6e76b92a62ff5f9656 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 21 Jan 2023 09:40:25 +0100 Subject: [PATCH] Update install --- scripts/install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index 4ed7ed5..1b24a66 100755 --- a/scripts/install +++ b/scripts/install @@ -101,11 +101,11 @@ chmod -R o-rwx "$datadir" chown -R $app:www-data "$datadir" # Run migrate for new install go-shiori/shiori#447 -pushd $final_path/ - ynh_exec_as $app $final_path/shiori --portable migrate - ynh_exec_as $app mv shiori-data/shiori.db $datadir - ynh_secure_remove --file=$final_path/shiori-data -popd +#pushd $final_path/ +# ynh_exec_as $app $final_path/shiori --portable migrate +# ynh_exec_as $app mv shiori-data/shiori.db $datadir +# ynh_secure_remove --file=$final_path/shiori-data +#popd #================================================= # SETUP SYSTEMD