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 0f58cad commit 8a5da54Copy full SHA for 8a5da54
scripts/dappnode_install_pre.sh
@@ -175,7 +175,7 @@ else
175
install_lsof 2>&1 | tee -a $LOG_FILE
176
fi
177
178
-if [[ $SKIP_UNNATENDED_UPGRADES != "true" ]]; then
+if [[ $SKIP_UNATTENDED_UPGRADES != "true" ]]; then
179
# Only install unatended upgrades if needed
180
if unattended-upgrades -h >/dev/null 2>&1; then
181
echo -e "\e[32m \n\n unattended-upgrades is already installed \n\n \e[0m" 2>&1 | tee -a $LOG_FILE
0 commit comments