1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

Cleaning following package_linter

This commit is contained in:
polytan02 2017-01-18 11:45:22 +00:00
parent 8025ad7ec8
commit 88afc3327b
2 changed files with 4 additions and 4 deletions

View file

@ -106,8 +106,8 @@ sed -i "s@LOGTOCHANGE@$final_logpath@g" ../conf/config.php
# Enable caldav carddav support
if sudo yunohost app list --installed -f baikal | grep -q id ; then
echo "Detected Baikal"
caldavdomain=$(sudo yunohost app setting baikal domain)
caldavpath=$(sudo yunohost app setting baikal path)
caldavdomain=$(sudo ynh_app_setting_get bakail domain)
caldavpath=$(sudo ynh_app_setting_get baikal path)
caldavpath=${caldavpath%/}
# Configuration of backend

View file

@ -67,8 +67,8 @@ sed -i "s@LOGTOCHANGE@$final_logpath@g" ../conf/config.php
# Enable caldav carddav support
if sudo yunohost app list --installed -f baikal | grep -q id ; then
echo "Detected Baikal"
caldavdomain=$(sudo yunohost app setting baikal domain)
caldavpath=$(sudo yunohost app setting baikal path)
caldavdomain=$(sudo ynh_app_setting_get baikal domain)
caldavpath=$(sudo ynh_app_setting_get baikal path)
caldavpath=${caldavpath%/}
# Configuration of backend