From 549cf047191d2c8f48d006d3dce91449e363c5e0 Mon Sep 17 00:00:00 2001 From: MrDoobPG <46342172+MrDoobPG@users.noreply.github.com> Date: Sat, 7 Dec 2019 00:13:52 +0100 Subject: [PATCH] Update endbanner.sh --- menu/pgbox/endbanner.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/pgbox/endbanner.sh b/menu/pgbox/endbanner.sh index 4964a36..d04cdd6 100644 --- a/menu/pgbox/endbanner.sh +++ b/menu/pgbox/endbanner.sh @@ -152,10 +152,10 @@ that does not put a lot of pressure on the API of your Google Account. EOF fi -if [ "$hdpath" == "/mnt" ]; then +if [ "$hdpath" != "/mnt" ]; then tee <<-EOF ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -You must /mnt self to the docker container again +You must add /mnt self to the docker container again Your $hdpath is not /mnt ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ EOF