feat: add bridgehead check command (#342)

This commit is contained in:
Jan
2025-09-30 11:47:51 +02:00
committed by GitHub
parent 00b10f3ae6
commit eab7700404
3 changed files with 79 additions and 1 deletions

View File

@@ -146,6 +146,10 @@ case "$ACTION" in
loadVars
exec ./lib/update-bridgehead.sh $PROJECT
;;
check)
loadVars &> /dev/null
exec ./lib/check-bridgehead.sh $PROJECT
;;
install)
source ./lib/prepare-system.sh NODEV
loadVars