Skip to content

Commit

Permalink
fix unbound var - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Feb 21, 2025
1 parent b8cd0ea commit 9bab0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/launch_scripts/local-scan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mkdir "$(dirname "$CI_SKYSCAN_STARTUP_JSON")"
########################################################################
# Launch Server

if [ -n "$_RUN_THIS_SIF_IMAGE" ]; then
if [ -n "${_RUN_THIS_SIF_IMAGE:-}" ]; then
# SINGULARITY
export SKYSCAN_EWMS_JSON="$_EWMS_JSON_ON_HOST"
singularity run "$_RUN_THIS_SIF_IMAGE" \
Expand Down

0 comments on commit 9bab0cb

Please sign in to comment.