mirror of
https://github.com/YunoHost-Apps/monica_ynh.git
synced 2024-09-03 19:46:23 +02:00
fix sed
This commit is contained in:
parent
423d1e3bc0
commit
a72c275760
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ sudo sed -i "s/yunopass/$dbpass/g" $final_path/.env
|
|||
sudo sed -i "s/yunobase/$dbname/g" $final_path/.env
|
||||
sudo sed -i "s/yunomail/$email/g" $final_path/.env
|
||||
sudo sed -i "s/yunodomain/$domain/g" $final_path/.env
|
||||
sudo sed -i "s/yunopath/$path_url/g" $final_path/.env
|
||||
# uses commas because path url contains a slash
|
||||
sudo sed -i "s,yunopath,${path_url},g" $final_path/.env
|
||||
|
||||
# Install nodejs packages
|
||||
cd $final_path && sudo_path "$nodejs_path/npm" install -g npm@4 pnpm
|
||||
|
|
Loading…
Add table
Reference in a new issue