fix shellcheck warning

This commit is contained in:
buildplan
2025-11-06 22:45:27 +00:00
parent 0046e5fd17
commit 553fd333ad

View File

@@ -3871,6 +3871,7 @@ install_dtop_optional() {
return 0
fi
fi
# shellcheck disable=SC2024
if sudo -u "$USERNAME" bash "$DTOP_INSTALLER" < /dev/null >> "$LOG_FILE" 2>&1; then
# Verify installation
if [[ -f "$USER_LOCAL_BIN/dtop" ]]; then