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:
parent
af7af47b7f
commit
440eae8442
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue