Skip to content

Commit

Permalink
Well that was easy (#fixes 211)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostworx committed Apr 10, 2021
1 parent 7e8d485 commit 1540c8c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions stl
Original file line number Diff line number Diff line change
Expand Up @@ -12153,7 +12153,7 @@ function main {
else
writelog "ERROR" "${FUNCNAME[0]} - Unknown command '$*'" "E"
fi
elif grep -q "$SAC" <<< "$@"; then
elif grep -q "$SAC" <<< "$@" || grep -q "$L2EA" <<< "$@"; then
if grep -q "update" <<< "$@"; then
commandline "$@"
else
Expand All @@ -12168,8 +12168,6 @@ function main {
writelog "INFO" "${FUNCNAME[0]} - Unknown parameter '${ORGGCMD[*]}'" "E"
fi
fi
elif grep -q "$L2EA" <<< "$@"; then
writelog "STUB" "${FUNCNAME[0]} - Origin start URL '$*' not implemented yet" "E"
else
commandline "$@"
fi
Expand Down

0 comments on commit 1540c8c

Please sign in to comment.