1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
This commit is contained in:
Sebastian Gumprich 2017-06-12 22:27:51 +02:00
parent 423d1e3bc0
commit a72c275760

View file

@ -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