Skip to content

Commit bcb42c3

Browse files
author
Slyke
committed
Fixed merge conflict issue
1 parent 53d715e commit bcb42c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

menu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ if command_exists docker; then
334334
if (whiptail --title "Docker and Docker-Compose Version Issue" --yesno "Docker version is currently $DOCKER_VERSION which is less than $REQ_DOCKER_VERSION consider upgrading or you may experience issues. You can manually upgrade by typing 'sudo apt upgrade docker docker-compose'. Attempt to upgrade now?" 20 78); then
335335
sudo apt upgrade docker docker-compose
336336
fi
337+
fi
337338
else
338339
echo "docker not installed"
339340
fi

0 commit comments

Comments
 (0)