Update bootstrap: 2026-01-18 08:23:35

This commit is contained in:
2026-01-18 08:23:35 +00:00
parent cd089ae634
commit 3050323ff6
2 changed files with 1 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ fi
echo "🔐 Decrypting ${TARGET}.sh..."
TEMP_SCRIPT="/tmp/${TARGET}-$$.sh"
if "$NBCRYPT" decrypt "$ENC_FILE" "$TEMP_SCRIPT" 2>/dev/null; then
if "$NBCRYPT" decrypt "$ENC_FILE" "$TEMP_SCRIPT"; then
chmod +x "$TEMP_SCRIPT"
# Load SSH Agent environment if it was created by nbcrypt/BWS setup