累计更新

This commit is contained in:
mofeng-git 2024-06-10 15:25:39 +08:00
parent 03d2da6c13
commit e303bc43ec
2 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@ kvmd:
mac: 2c:56:dc:db:7c:1e
short_press:
type: cmd
cmd: [/usr/bin/sudo, short_press_gpio420]
cmd: [/usr/bin/sudo, onecloud_gpio.sh, short]
long_press:
type: cmd
cmd: [/usr/bin/sudo, long_press_gpio420]
cmd: [/usr/bin/sudo, onecloud_gpio.sh, long]
scheme:
wol_server1:
driver: wol_server1

View File

@ -120,8 +120,8 @@ EOF
#打印完成信息
show_info(){
ipaddr=`ip addr | grep "scope global" | awk '{print $2}' |awk -F/ '{print $1}'`
echo -e "默认访问地址为:\nhttps://$ipaddr"
echo -e "安装结束"
/usr/bin/armbian-motd
}
check_environment