Showing warning about executing ./install after docker installation
This commit is contained in:
parent
93e0f6ac87
commit
abbeba2611
@ -43,6 +43,8 @@ check_dependencides() {
|
|||||||
install_docker=${install_docker:-"n"}
|
install_docker=${install_docker:-"n"}
|
||||||
|
|
||||||
if [ $install_docker == "y" ]; then
|
if [ $install_docker == "y" ]; then
|
||||||
|
echo
|
||||||
|
read -p "When docker finishes the installation, run ./install again! Press [ENTER] to continue..."
|
||||||
bash ./docker.sh
|
bash ./docker.sh
|
||||||
else
|
else
|
||||||
send_error_message "Install docker and docker-compose and come back later!"
|
send_error_message "Install docker and docker-compose and come back later!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user