We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1eb2df commit 6d93bb0Copy full SHA for 6d93bb0
src/start.sh
@@ -77,15 +77,7 @@ start() {
77
while ! grep -q '########## FTL started' /var/log/pihole/FTL.log; do
78
sleep 0.5
79
done
80
-
81
- # If we are migrating from v5 to v6, we now need to run the basic configuration step that we deferred earlier
82
- # This is because pihole-FTL needs to migrate the config files before we can perform the basic configuration checks
83
- # if [[ ${v5_volume} -eq 1 ]]; then
84
- # echo " [i] Starting deferred FTL Configuration"
85
- # ftl_config
86
- # echo ""
87
- # fi
88
+
89
pihole updatechecker
90
local versionsOutput
91
versionsOutput=$(pihole -v)
0 commit comments