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 #=================================================