Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
parmigggiana committed Oct 4, 2024
1 parent d653c1f commit 2c3d838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions chroot_scripts/40-peracotta.sh
Original file line number Diff line number Diff line change
@@ -38,12 +38,12 @@ if [[ -n "$missing" ]]; then
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
else
sudo -u $MISO_USERNAME tee -a /home/$MISO_USERNAME/.config/WEEE\ Open/peracotta/config.toml <<EOF
TARALLO_URL = "$TARALLO_URL"
TARALLO_TOKEN = "$TARALLO_TOKEN"
TARALLO_URL = "$TARALLO_URL"
TARALLO_TOKEN = "$TARALLO_TOKEN"
EOF
fi

sudo -u $MISO_USERNAME tee -a /home/$MISO_USERNAME/.config/WEEE\ Open/peracotta/config.toml <<EOF
AUTOMATIC_REPORT_ERRORS = $PERACOTTA_AUTOMATIC_REPORT_ERRORS
REPORT_URL = "$PERACOTTA_REPORT_URL"
AUTOMATIC_REPORT_ERRORS = $PERACOTTA_AUTOMATIC_REPORT_ERRORS
REPORT_URL = "$PERACOTTA_REPORT_URL"
EOF

0 comments on commit 2c3d838

Please sign in to comment.