Skip to content

Commit

Permalink
config not correct downloaded (#741)
Browse files Browse the repository at this point in the history
Co-authored-by: DickPostma <(ID)+(username)@users.noreply.github.com>
  • Loading branch information
DickPostma and DickPostma committed May 28, 2024
1 parent 5f6add6 commit f72eefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install/armadillo-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ echo "Armadillo Installed under systemd"

setup_armadillo_config() {
SEED=$(tr -cd '[:digit:]' < /dev/urandom | fold -w 9 | head -n 1)
wget -q -O /etc/armadillo/application.yml "$ARMADILLO_RAW_URL/$ARMADILLO_VERSION/scripts/install/conf/application.yml"
wget -q -O /etc/armadillo/application.yml "$ARMADILLO_RAW_URL/v$ARMADILLO_VERSION/scripts/install/conf/application.yml"


if [ ! "$ADMINUSER" ]; then
Expand Down

0 comments on commit f72eefc

Please sign in to comment.