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:
parent
ff3b237e70
commit
ef6e9fd24b
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue