added safe guards to all scripts that need it. all reference comm.sh like it should be
This commit is contained in:
@@ -47,6 +47,8 @@ fi
|
||||
|
||||
success "Running as root"
|
||||
|
||||
acquire_lock "wait"
|
||||
|
||||
if ! command -v find >/dev/null 2>&1; then
|
||||
error "find command not found — check findutils installation"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user