Fix install

This commit is contained in:
Josué Tille 2022-11-01 07:12:00 +01:00
parent 93a7e8da3e
commit 6993d674ab
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -102,7 +102,7 @@ ynh_script_progression --message="Configuring application..." --weight=3
# Run install script
mv_expect_scripts
chmod +x $final_path/seafile-server-$seafile_version/setup-seafile-mysql.sh
$expect_scripts_dir/install.exp "$final_path/seafile-server-$seafile_version" "$server_name" "$domain" "$fileserver_port" "$db_pwd"
sudo -u $seafile_user $expect_scripts_dir/install.exp "$final_path/seafile-server-$seafile_version" "$server_name" "$domain" "$fileserver_port" "$db_pwd"
sleep 3