1
0
Fork 0
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:
frju365 2017-04-08 12:08:18 +02:00 committed by GitHub
parent 342e3bc5d7
commit cbdc7d9f17

View file

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