Skip to content

Commit

Permalink
Update installUpgradeFunctions.sh: shellcheck fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jul 19, 2024
1 parent 7e97030 commit b68d1be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/installUpgradeFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,7 @@ function replace_website_placeholders()
IMAGE_NAME="${FULL_FILENAME}"
fi


"${ALLSKY_SCRIPTS}/updateWebsiteConfig.sh" --verbosity silent ${DEBUG_ARG} \
"${ALLSKY_SCRIPTS}/updateWebsiteConfig.sh" --verbosity silent \
--config "${FILE}" \
config.imageName "imageName" "${IMAGE_NAME}" \
config.latitude "latitude" "${LATITUDE}" \
Expand Down

0 comments on commit b68d1be

Please sign in to comment.