Skip to content

Commit 6d93bb0

Browse files
committed
Remove some redundant commented out code
Signed-off-by: Adam Warner <[email protected]>
1 parent e1eb2df commit 6d93bb0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/start.sh

+1-9
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,7 @@ start() {
7777
while ! grep -q '########## FTL started' /var/log/pihole/FTL.log; do
7878
sleep 0.5
7979
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-
80+
8981
pihole updatechecker
9082
local versionsOutput
9183
versionsOutput=$(pihole -v)

0 commit comments

Comments
 (0)