Update nginx-proxy-manager.sh

This commit is contained in:
tteckster 2022-02-25 07:49:16 -05:00 committed by GitHub
parent 1d2515e9cb
commit f9ddc4c1f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@ done
clear
function header_info {
echo -e "${RD}
_
(_)
_ __ __ _ _ _ __ __ ___ __ _ __ _____ ___ _ _ __ ___ __ _ _ __ __ _ __ _ ___ _ __
| _ \ / _ | | _ \\ \/ / _ \| __/ _ \ \/ / | | | _ _ \ / _ | _ \ / _ |/ _ |/ _ \ __|
| | | | (_| | | | | |> <| |_) | | | (_) > <| |_| | | | | | | (_| | | | | (_| | (_| | __/ |
|_| |_|\__, |_|_| |_/_/\_\ .__/|_| \___/_/\_\\__, |_| |_| |_|\__,_|_| |_|\__,_|\__, |\___|_|
__/ | | | __/ | __/ |
|___/ |_| |___/ |___/
_ _ _ _____ __ __
| \ | | (_) | __ \ | \/ |
| \| | __ _ _ _ __ __ __ | |__) | __ _____ ___ _ | \ / | __ _ _ __ __ _ __ _ ___ _ __
| |/ _ | | _ \\ \/ / | ___/ __/ _ \ \/ / | | | | |\/| |/ _ | _ \ / _ |/ _ |/ _ \ __|
| |\ | (_| | | | | |> < | | | | | (_) > <| |_| | | | | | (_| | | | | (_| | (_| | __/ |
|_| \_|\__, |_|_| |_/_/\_\ |_| |_| \___/_/\_\\__, | |_| |_|\__,_|_| |_|\__,_|\__, |\___|_|
__/ | __/ | __/ |
|___/ |___/ |___/
${CL}"
}