Blame | Last modification | View Log | Download
#!/bin/shcd $1tar xfz update.tgzrm update.tgzrm update.tgz.sha256sumlowercase(){echo "$1" | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/"}OS=`lowercase \`uname -s\``MACH=`uname -m`# Restart on OSXif [ ${OS} = "darwin" ]; thenlaunchctl unload /System/Library/LaunchAgents/com.domoticz.server.plistecho "Please standby ..."sleep 2launchctl load /System/Library/LaunchAgents/com.domoticz.server.plistelsesudo service domoticz.sh stopsudo systemctl stop domoticz.serviceecho "Please standby ..."sleep 2sudo service domoticz.sh startsudo systemctl start domoticz.servicefi