Update and rename zwavejs2mqtt-v4.sh to zwave-js-ui-v4.sh

pull/543/head
tteckster 2022-09-21 17:54:27 -04:00 committed by GitHub
parent 7d85d7de45
commit 855d5e3a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
echo -e "Loading..."
APP="Zwavejs2MQTT"
APP="Zwave-JS-UI"
var_disk="4"
var_cpu="2"
var_ram="1024"
@ -43,14 +43,14 @@ else
exit
fi
function header_info {
echo -e "${BL}
_____ _ ___ __ _______ ____________
/__ /_ ______ __ _____ (_)___|__ \ / |/ / __ \/_ __/_ __/
/ /| | /| / / __ / | / / _ \ / / ___/_/ // /|_/ / / / / / / / /
/ /_| |/ |/ / /_/ /| |/ / __/ / (__ ) __// / / / /_/ / / / / /
/____/__/|__/\__,_/ |___/\___/_/ /____/____/_/ /_/\___\_\/_/ v4/_/
/___/
${CL}"
cat << "EOF"
_____ _______ __ ______
/__ /_ ______ __v4 _____ / / ___/ / / / / _/
/ /| | /| / / __ `/ | / / _ \ __ / /\__ \ / / / // /
/ /_| |/ |/ / /_/ /| |/ / __/ / /_/ /___/ / / /_/ // /
/____/__/|__/\__,_/ |___/\___/ \____//____/ \____/___/
EOF
}
function msg_info() {
local msg="$1"