Browse Source

Update rdtclient.sh

tweak
tteckster 2 years ago
parent
commit
d8c71d9ca8
1 changed files with 6 additions and 6 deletions
  1. 6 6
      ct/rdtclient.sh

+ 6 - 6
ct/rdtclient.sh

@@ -8,17 +8,17 @@ source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build
 function header_info {
 clear
 cat <<"EOF"
-             ____       ___            __
-   _________/ / /______/ (_)__  ____  / /_
-  / ___/ __  / __/ ___/ / / _ \/ __ \/ __/
- / /  / /_/ / /_/ /__/ / /  __/ / / / /_
-/_/   \__,_/\__/\___/_/_/\___/_/ /_/\__/
+    ____             __    ____       __         _     __   ______                           __     _________            __
+   / __ \___  ____  / /   / __ \___  / /_  _____(_)___/ /  /_  __/___  _____________  ____  / /_   / ____/ (_)__  ____  / /_
+  / /_/ / _ \/ __ `/ /___/ / / / _ \/ __ \/ ___/ / __  /    / / / __ \/ ___/ ___/ _ \/ __ \/ __/  / /   / / / _ \/ __ \/ __/
+ / _, _/  __/ /_/ / /___/ /_/ /  __/ /_/ / /  / / /_/ /    / / / /_/ / /  / /  /  __/ / / / /_   / /___/ / /  __/ / / / /_
+/_/ |_|\___/\__,_/_/   /_____/\___/_.___/_/  /_/\__,_/    /_/  \____/_/  /_/   \___/_/ /_/\__/   \____/_/_/\___/_/ /_/\__/
 
 EOF
 }
 header_info
 echo -e "Loading..."
-APP="RdtClient"
+APP="RDTClient"
 var_disk="4"
 var_cpu="1"
 var_ram="1024"