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
Éric Gaspar 7756dc69d3 v2
2024-02-27 20:59:22 +01:00

12 lines
278 B
Text

#!/usr/bin/expect
set timeout 10
set install_dir [lindex $argv 0]
set horde_path [lindex $argv 1]
spawn $install_dir/pear/pear -c $install_dir/pear.conf run-scripts horde/horde_role
expect "Filesystem location for the base Horde application"
send "$horde_path\r";
interact