mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Double quote arguments when execute the expect script
In order to be able to pass variables that include spaces, I double quoted the arguments.
This commit is contained in:
parent
59860253ca
commit
cde9a5366d
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ ynh_system_user_create $seafile_user $final_path
|
|||
# Run install script
|
||||
chmod +x ../conf/install.exp
|
||||
chmod +x $final_path/seafile-server-$seafile_version/setup-seafile-mysql.sh
|
||||
../conf/install.exp $final_path/seafile-server-$seafile_version $server_name $domain $seafile_data $fileserver_port $db_pwd
|
||||
../conf/install.exp "$final_path/seafile-server-$seafile_version" "$server_name" "$domain" "$seafile_data" "$fileserver_port" "$db_pwd"
|
||||
|
||||
# Update seafile config
|
||||
ynh_replace_string http:// https:// $final_path/conf/ccnet.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue