Skip to content

Commit

Permalink
Update allsky-config.sh: don't exit after showing RPi info
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Aug 14, 2024
1 parent 938aad5 commit 102cca5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/utilities/allsky-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ function new_rpi_camera_info()
{
local ARGS="${@}" # optional

# Make sure the user sees the output, so don't allow more commands.
ALLOW_MORE_COMMANDS="false"

#shellcheck disable=SC2086
get_RPi_camera_info.sh ${ARGS}
}
Expand Down

0 comments on commit 102cca5

Please sign in to comment.