mirror of
https://github.com/YunoHost-Apps/chatonsinfos_ynh.git
synced 2024-09-03 18:15:58 +02:00
[fix) Do nothing on perm change with chatonsinfos
This commit is contained in:
parent
a5b965fd0b
commit
7fa207e7b7
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
source /etc/yunohost/apps/chatonsinfos/scripts/_common.sh
|
||||
source /usr/share/yunohost/helpers
|
||||
app=$1
|
||||
|
||||
[ "${app}" == "chatonsinfos" ] && exit 0
|
||||
|
||||
install_dir=/var/www/chatonsinfos/
|
||||
service_path=${install_dir}public/${app}.properties
|
||||
local groups_removed=$4
|
||||
|
|
Loading…
Reference in a new issue