1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/horde_ynh.git synced 2024-09-03 19:16:08 +02:00
horde_ynh/conf/init_horde_install.exp

13 lines
278 B
Text
Raw Permalink Normal View History

2018-02-06 14:33:23 +01:00
#!/usr/bin/expect
set timeout 10
2023-11-02 22:33:38 +01:00
set install_dir [lindex $argv 0]
2018-02-06 14:33:23 +01:00
set horde_path [lindex $argv 1]
2023-11-02 22:33:38 +01:00
spawn $install_dir/pear/pear -c $install_dir/pear.conf run-scripts horde/horde_role
2018-02-06 14:33:23 +01:00
expect "Filesystem location for the base Horde application"
send "$horde_path\r";
interact