Skip to content

Commit

Permalink
TYPO
Browse files Browse the repository at this point in the history
  • Loading branch information
3alpha committed Jul 24, 2023
1 parent 7fe4abd commit 0d970b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dappnode_install_pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ else
install_lsof 2>&1 | tee -a $LOG_FILE
fi

if [[ $SKIP_UNNATENDED_UPGRADES != "true" ]]; then
if [[ $SKIP_UNATTENDED_UPGRADES != "true" ]]; then
# Only install unatended upgrades if needed
if unattended-upgrades -h >/dev/null 2>&1; then
echo -e "\e[32m \n\n unattended-upgrades is already installed \n\n \e[0m" 2>&1 | tee -a $LOG_FILE
Expand Down

0 comments on commit 0d970b5

Please sign in to comment.