From 6a953f8e48edc908c7f27275e021bd2ee775bbb4 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 11 Jul 2022 12:37:34 +0100 Subject: [PATCH] updated check_shell_commands_dash_protections.sh --- check_shell_commands_dash_protections.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_shell_commands_dash_protections.sh b/check_shell_commands_dash_protections.sh index 93dd059c..38f6817a 100755 --- a/check_shell_commands_dash_protections.sh +++ b/check_shell_commands_dash_protections.sh @@ -43,6 +43,6 @@ check(){ -e '\.conf:' } -for cmd in cp mv ln; do +for cmd in cp mv rm ln; do check "$cmd" done