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:
parent
455a8cc81e
commit
67639165ec
2 changed files with 7 additions and 2 deletions
|
@ -34,6 +34,10 @@ ram.runtime = "200M"
|
|||
[install.domain]
|
||||
type = "domain"
|
||||
|
||||
[install.path]
|
||||
type = "path"
|
||||
default = "/SOGo"
|
||||
|
||||
[install.admin]
|
||||
type = "user"
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue