Skip to content

Commit

Permalink
Update endbanner.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDoobPG committed Dec 6, 2019
1 parent 2544598 commit 549cf04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions menu/pgbox/endbanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 549cf04

Please sign in to comment.