We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df849f2 commit 01db5c6Copy full SHA for 01db5c6
scripts/dappnode_install_pre.sh
@@ -179,7 +179,7 @@ fi
179
if unattended-upgrades -h >/dev/null 2>&1; then
180
echo -e "\e[32m \n\n unattended-upgrades is already installed \n\n \e[0m" 2>&1 | tee -a $LOG_FILE
181
else
182
- instal_unattendedupgrades 2>&1 | tee -a $LOG_FILE
+ install_unattendedupgrades 2>&1 | tee -a $LOG_FILE
183
fi
184
185
#Check connectivity
0 commit comments