Skip to content

Commit

Permalink
correct writing of the server adress in javascript var style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 3, 2019
1 parent fd526e2 commit 630c0e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ sudo echo "export SERVER_ADDRESS="$server > /etc/lifemap_envir
sudo service apache2 restart

#Export server adress to jsvascript (needed for html pages)
sudo echo "ServerAdress="$server > /var/www/html/server-address.js
sudo echo "var ServerAddress=\"$server\"" > /var/www/html/server-address.js


0 comments on commit 630c0e6

Please sign in to comment.