Loading src/install.sh +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ if [ -z "$BOOT" ]; then fi BASE=$(basename "$BOOT") BASE="${BASE%%\?*}" [ -f "$STORAGE/$BASE" ] && return 0 TMP="$STORAGE/${BASE%.*}.tmp" Loading Loading
src/install.sh +2 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,8 @@ if [ -z "$BOOT" ]; then fi BASE=$(basename "$BOOT") BASE="${BASE%%\?*}" [ -f "$STORAGE/$BASE" ] && return 0 TMP="$STORAGE/${BASE%.*}.tmp" Loading