Loading src/install.sh +3 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ fi BASE=$(basename "$BOOT") BASE="${BASE%%\?*}" : "${BASE//+/ }"; printf -v BASE '%b' "${_//%/\\x}" BASE=$(echo "$BASE" | sed -e 's/[^A-Za-z0-9._-]/_/g') [ -f "$STORAGE/$BASE" ] && return 0 Loading Loading
src/install.sh +3 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ fi BASE=$(basename "$BOOT") BASE="${BASE%%\?*}" : "${BASE//+/ }"; printf -v BASE '%b' "${_//%/\\x}" BASE=$(echo "$BASE" | sed -e 's/[^A-Za-z0-9._-]/_/g') [ -f "$STORAGE/$BASE" ] && return 0 Loading