mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Fix issue #1
This commit is contained in:
parent
ecdccea0f9
commit
79725bcb53
2 changed files with 3 additions and 2 deletions
|
@ -45,4 +45,6 @@ send "0\r";
|
|||
expect "Specify an existing mail user who you want to give administrator"
|
||||
send "$admin_user\r";
|
||||
|
||||
interact
|
||||
interact
|
||||
|
||||
wait
|
|
@ -127,7 +127,6 @@ ynh_app_setting_set $app secret_key "$secret_key"
|
|||
patch_app
|
||||
|
||||
# Configure Horde
|
||||
ls -la /var/www/horde/horde/imp/config
|
||||
config_horde
|
||||
|
||||
# Create a dedicated nginx config
|
||||
|
|
Loading…
Reference in a new issue