Update nginx-proxy-manager.sh

This commit is contained in:
tteckster 2022-02-24 12:30:39 -05:00 committed by GitHub
parent a1aeabd5f1
commit b79f8a37b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,10 +16,6 @@ done
clear clear
function header_info { function header_info {
echo -e "${RD} echo -e "${RD}
_ _ _ _____ __ __ _ _ _ _____ __ __
| \ | | (_) | __ \ | \/ | | \ | | (_) | __ \ | \/ |
| \| | __ _ _ _ __ __ _| |__) | __ _____ ___ _| \ / | __ _ _ __ __ _ __ _ ___ _ __ | \| | __ _ _ _ __ __ _| |__) | __ _____ ___ _| \ / | __ _ _ __ __ _ __ _ ___ _ __
@ -29,8 +25,6 @@ echo -e "${RD}
__/ | __/ | __/ | __/ | __/ | __/ |
|___/ |___/ |___/ |___/ |___/ |___/
${CL}" ${CL}"
} }