Skip to content

Commit 8a5da54

Browse files
3alphaLuka Gulin
authored andcommitted
TYPO
1 parent 0f58cad commit 8a5da54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dappnode_install_pre.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ else
175175
install_lsof 2>&1 | tee -a $LOG_FILE
176176
fi
177177

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

0 commit comments

Comments
 (0)