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:
parent
2f6733365d
commit
04e036eee2
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ if sudo yunohost app list --installed -f baikal | grep -q id ; then
|
|||
echo "Detected Baikal"
|
||||
baikaldomain=$(ynh_app_setting_get baikal domain)
|
||||
baikalpath=$(ynh_app_setting_get baikal path)
|
||||
baikalpath=${caldavpath%/}
|
||||
baikalpath=${baikalpath%/}
|
||||
|
||||
# Configuration of backend
|
||||
#sed -i "s@BACKENDTOCHANGE@BackendCombined@g" /etc/z-push/z-push.conf.php
|
||||
|
|
Loading…
Add table
Reference in a new issue