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
a6491947f1
commit
060697dcd6
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
source /etc/yunohost/apps/chatonsinfos/scripts/_common.sh
|
source /etc/yunohost/apps/chatonsinfos/scripts/_common.sh
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
app=$1
|
app=$1
|
||||||
|
|
||||||
|
[ "${app}" == "chatonsinfos" ] && exit 0
|
||||||
|
|
||||||
install_dir=/var/www/chatonsinfos/
|
install_dir=/var/www/chatonsinfos/
|
||||||
service_path=${install_dir}public/${app}.properties
|
service_path=${install_dir}public/${app}.properties
|
||||||
local groups_removed=$4
|
local groups_removed=$4
|
||||||
|
|
Loading…
Reference in a new issue