mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Update install
This commit is contained in:
parent
a794a1db47
commit
932edfd79c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ sudo npm install forever -g > /dev/null 2>&1
|
||||||
sudo sed -i "s/yunouser/$db_user/g" $final_path/settings.json
|
sudo sed -i "s/yunouser/$db_user/g" $final_path/settings.json
|
||||||
sudo sed -i "s/yunopass/$db_pwd/g" $final_path/settings.json
|
sudo sed -i "s/yunopass/$db_pwd/g" $final_path/settings.json
|
||||||
sudo sed -i "s/yunobase/$db_user/g" $final_path/settings.json
|
sudo sed -i "s/yunobase/$db_user/g" $final_path/settings.json
|
||||||
sudo sed -i "s/KEY/$db_user/g" $final_path/settings.json
|
sudo sed -i "s/KEY/$key/g" $final_path/settings.json
|
||||||
|
|
||||||
# Set permissions to roundcube directory
|
# Set permissions to roundcube directory
|
||||||
sudo chown -R www-data: $final_path
|
sudo chown -R www-data: $final_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue