1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00

Update install

This commit is contained in:
Maniack Crudelis 2015-03-27 20:28:32 +01:00
parent ef33d29cef
commit b44d49b0fb

View file

@ -70,7 +70,7 @@ sudo cp ../conf/lutim.conf.template "$final_path/lutim.conf"
sudo sed -i "s@__DOMAIN__@$domain@g" "$final_path/lutim.conf"
sudo sed -i "s@__PATH__@$path@g" "$final_path/lutim.conf"
sudo sed -i "s@__PORT__@$port@g" "$final_path/lutim.conf"
if [ "always_encrypt" = "No" ]; then
if [ "$always_encrypt" = "No" ]; then
always_encrypt=0
else
always_encrypt=1