Remove Cesium related stuff

This commit is contained in:
Cédric Moreau 2017-06-14 16:20:17 +02:00 committed by cgeek
parent b29f4e4465
commit 3689cc85d7
1 changed files with 0 additions and 6 deletions

View File

@ -10,12 +10,6 @@ wget -nc --quiet $url -P /tmp
deb="/tmp/duniter-server-$version-linux-$arch.deb"
sudo dpkg -i $deb > /dev/null
sudo rm -f $deb
# Patch Cesium to access local instance
# Note by cgeek: Cesium has been removed from Duniter since v1.3
# cesium_conf="/opt/duniter/sources/node_modules/duniter-ui/public/cesium/config.js"
# sudo sed -i "s@\"host\".*@\"host\": \"$domain\",@" $cesium_conf
# sudo sed -i "s@\"port\".*@\"port\": \"443\"@" $cesium_conf
}
CONFIG_SSOWAT () {