Skip to content

Commit

Permalink
add missing parameter for init_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmesh committed Sep 4, 2021
1 parent c38f9c1 commit 2ac1f05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fi
git clone "$REPO_URL" "$INSTALL_DIR"
cd "$INSTALL_DIR" && git checkout "$REV"

"$INSTALL_DIR"/init_server.sh
"$INSTALL_DIR"/init_server.sh -i

printf '\nPlease check the changelog for the case there are config deprecations, special update steps.\n'
printf '%s/blob/master/CHANGELOG.md\n' "$REPO_URL"
Expand Down

0 comments on commit 2ac1f05

Please sign in to comment.