1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shiori_ynh.git synced 2024-09-03 20:26:17 +02:00

Update install

This commit is contained in:
Éric Gaspar 2022-07-16 18:56:57 +02:00
parent ff3b237e70
commit ef6e9fd24b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

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