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

Remove config migrate_to_db

See #25
This commit is contained in:
Aris 2023-03-15 06:38:33 +01:00 committed by GitHub
parent d565c5c561
commit 71cd0b7b70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -289,15 +289,6 @@ ynh_script_progression --message="Reloading NGINX web server..." --weight=1
ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# POST UPGRADE
#=================================================
# Correct path to 'static dir' in DB
# This must be done when Pleroma is running (i.e. after install/upgrade and start)
ynh_exec_warn_less ynh_exec_as $app -s $SHELL -lc "$final_path/live/bin/pleroma_ctl config migrate_to_db"
#=================================================
# END OF SCRIPT
#=================================================