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:
parent
8025ad7ec8
commit
88afc3327b
2 changed files with 4 additions and 4 deletions
|
@ -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 yunohost app setting baikal domain)
|
caldavdomain=$(sudo ynh_app_setting_get bakail domain)
|
||||||
caldavpath=$(sudo yunohost app setting baikal path)
|
caldavpath=$(sudo ynh_app_setting_get baikal path)
|
||||||
caldavpath=${caldavpath%/}
|
caldavpath=${caldavpath%/}
|
||||||
|
|
||||||
# Configuration of backend
|
# Configuration of backend
|
||||||
|
|
|
@ -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 yunohost app setting baikal domain)
|
caldavdomain=$(sudo ynh_app_setting_get baikal domain)
|
||||||
caldavpath=$(sudo yunohost app setting baikal path)
|
caldavpath=$(sudo ynh_app_setting_get baikal path)
|
||||||
caldavpath=${caldavpath%/}
|
caldavpath=${caldavpath%/}
|
||||||
|
|
||||||
# Configuration of backend
|
# Configuration of backend
|
||||||
|
|
Loading…
Add table
Reference in a new issue