🎨 Sync 2026-06-17 12:24:55

This commit is contained in:
github-actions[bot]
2026-06-17 12:24:55 +08:00
parent c55ee32358
commit 613096ac36
2 changed files with 3 additions and 3 deletions
@@ -131,8 +131,8 @@ upload_start() {
local clean id token dir file
clean="$(sanitize_name "$filename")"
case "$clean" in
*.run) ;;
*) json_error "Only .run files are accepted"; return ;;
*.run|*.sh) ;;
*) json_error "Only .run and .sh files are accepted"; return ;;
esac
id="$(date +%s)_$$"