mirror of
https://github.com/samply/bridgehead.git
synced 2025-11-05 00:30:17 +01:00
feat: add bridgehead check command (#342)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user