mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Update install
This commit is contained in:
parent
342e3bc5d7
commit
cbdc7d9f17
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ popd
|
|||
# CONFIGURE SERVER.JS
|
||||
#=================================================
|
||||
|
||||
sudo mv ../config.js $final_path/config.js
|
||||
sudo mv ../conf/config.js $final_path/config.js
|
||||
sudo sed -i "s@__URL__@$path_url@g" $final_path/config.js
|
||||
sudo sed -i "s@__PORT__@$port@g" $final_path/config.js
|
||||
|
||||
|
|
Loading…
Reference in a new issue