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

Correction of typo

This commit is contained in:
polytan02 2017-01-18 17:14:05 +00:00
parent 57c39b3184
commit 3df65e033b
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 # Enable caldav carddav support
if sudo yunohost app list --installed -f baikal | grep -q id ; then if sudo yunohost app list --installed -f baikal | grep -q id ; then
echo "Detected Baikal" echo "Detected Baikal"
caldavdomain=$(sudo ynh_app_setting_get bakail domain) caldavdomain=$(ynh_app_setting_get baikal domain)
caldavpath=$(sudo ynh_app_setting_get baikal path) caldavpath=$(ynh_app_setting_get baikal path)
caldavpath=${caldavpath%/} caldavpath=${caldavpath%/}
# Configuration of backend # Configuration of backend

View file

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