mirror of
https://github.com/YunoHost-Apps/duniter_ynh.git
synced 2024-09-03 18:26:35 +02:00
Remove Cesium related stuff
This commit is contained in:
parent
b29f4e4465
commit
3689cc85d7
1 changed files with 0 additions and 6 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue