Skip to content

Commit

Permalink
Update install-dashboard.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ansoncloud8 authored Aug 29, 2024
1 parent a22a1e7 commit d466ddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install-dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ TMP_DIRECTORY="$(mktemp -d)"
INSTALLER_FILE="${TMP_DIRECTORY}/dashboard"

get_current_version
echo "当前版本:${RELEASE_LATEST}"
get_latest_version
echo "最新版本:${CURRENT_VERSION}"

[ ! -e ${WORKDIR}/data/config.yaml ] && generate_config
[ ! -e ${WORKDIR}/start.sh ] && generate_run
Expand Down

0 comments on commit d466ddd

Please sign in to comment.