1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00

Merge pull request #76 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2024-04-22 20:59:48 +02:00 committed by GitHub
commit 0c71f45b80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 14 deletions

View file

@ -59,13 +59,6 @@ ynh_add_config --template="../conf/lutim.conf.template" --destination="$install_
chmod 400 "$install_dir/lutim.conf"
chown $app:$app "$install_dir/lutim.conf"
#=================================================
# SETUP HOOKS FILE
#=================================================
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_app_addaccess"
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_app_removeaccess"
#=================================================
# SETUP CRON
#=================================================

View file

@ -124,13 +124,6 @@ then
fi
fi
#=================================================
# SETUP HOOKS FILE
#=================================================
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_app_addaccess"
ynh_replace_string --match_string="__APP__" --replace_string="$app" --target_file="../hooks/post_app_removeaccess"
#=================================================
# SETUP CRON
#=================================================