From ef6e9fd24b8de82617f98d96064399188933e1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 16 Jul 2022 18:56:57 +0200 Subject: [PATCH] Update install --- scripts/install | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/install b/scripts/install index c38439b..fc81027 100755 --- a/scripts/install +++ b/scripts/install @@ -100,6 +100,15 @@ chmod 750 "$datadir" chmod -R o-rwx "$datadir" chown -R $app:www-data "$datadir" +#================================================= +# INSTALL THE SHIORI +#================================================= +ynh_script_progression --message="Migrate database..." --weight=10 + +pushd $final_path + ./shiori migrate +popd + #================================================= # SETUP SYSTEMD #=================================================