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

fix baikalpath

This commit is contained in:
Yalh 2019-01-27 01:35:57 +01:00
parent 2f6733365d
commit 04e036eee2

View file

@ -238,7 +238,7 @@ if sudo yunohost app list --installed -f baikal | grep -q id ; then
echo "Detected Baikal" echo "Detected Baikal"
baikaldomain=$(ynh_app_setting_get baikal domain) baikaldomain=$(ynh_app_setting_get baikal domain)
baikalpath=$(ynh_app_setting_get baikal path) baikalpath=$(ynh_app_setting_get baikal path)
baikalpath=${caldavpath%/} baikalpath=${baikalpath%/}
# Configuration of backend # Configuration of backend
#sed -i "s@BACKENDTOCHANGE@BackendCombined@g" /etc/z-push/z-push.conf.php #sed -i "s@BACKENDTOCHANGE@BackendCombined@g" /etc/z-push/z-push.conf.php