1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sogo_ynh.git synced 2024-09-03 20:26:07 +02:00

Fix regression on path management

This commit is contained in:
Josué Tille 2024-02-23 00:19:18 +01:00
parent 455a8cc81e
commit 67639165ec
No known key found for this signature in database
GPG key ID: 5F259226AD51F2F5
2 changed files with 7 additions and 2 deletions

View file

@ -34,6 +34,10 @@ ram.runtime = "200M"
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/SOGo"
[install.admin]
type = "user"

View file

@ -9,8 +9,9 @@
source _common.sh
source /usr/share/yunohost/helpers
# Set variable
path="/SOGo"
if [[ $path != "/SOGo" ]]; then
ynh_die --message "You can't install SOGo on other path than '/SOGo'"
fi
#=================================================
# ADD A CONFIGURATION