fix: 在多个脚本中添加set -e以确保错误处理
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Check if Docker is installed
|
||||
if command -v docker &> /dev/null; then
|
||||
|
||||
Reference in New Issue
Block a user