mirror of
https://github.com/YunoHost-Apps/chatonsinfos_ynh.git
synced 2024-09-03 18:15:58 +02:00
[fix] keep generated config_panel
This commit is contained in:
parent
e210aadb67
commit
e18efa389b
1 changed files with 8 additions and 0 deletions
8
hooks/post_app_upgrade
Normal file
8
hooks/post_app_upgrade
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
source /etc/yunohost/apps/chatonsinfos/scripts/_common.sh
|
||||||
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
|
install_dir=/var/www/chatonsinfos/
|
||||||
|
generate_config_panel
|
||||||
|
update_subs
|
Loading…
Reference in a new issue