Daniel Gibbs 10 년 전
부모
커밋
178bf946d8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      functions/check.sh

+ 0 - 2
functions/check.sh

@@ -29,8 +29,6 @@ local allowed_commands_array=( command_backup.sh command_console.sh command_debu
 for allowed_command in "${allowed_commands_array[@]}"
 do
 	if [ "${allowed_command}" == "${function_selfname}" ]; then
-		:
-	else
 		check_logs.sh
 	fi
 done