1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Removed spawn as no way to run export in it

This commit is contained in:
anmol26s 2018-09-20 23:26:30 +05:30
parent af7af47b7f
commit 440eae8442

View file

@ -160,13 +160,6 @@ ynh_replace_string "__DB_USER__" "$app" "$final_path/.env"
# Set right permissions
chown -R $app: $final_path
# We escape all char witch needed.
ynh_replace_special_string "__PASSWORD__" $pass "$final_path/first_run.exp"
ynh_replace_special_string "__ADMIN_PASS__" $admin_pass "$final_path/first_run.exp"
su - $app -s /bin/bash -c "$final_path/first_run.exp $final_path $domain $blog_name $admin $email $port"
ynh_secure_remove "$final_path/first_launch.exp"
#=================================================
# SETUP SYSTEMD
#=================================================