mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
update comments in english
This commit is contained in:
parent
4e78ca1381
commit
ee91367750
@ -134,13 +134,13 @@ generate_app_name() {
|
||||
sudo apt-get install -y figlet &> /dev/null
|
||||
fi
|
||||
|
||||
# Den Wert der APP-Variable annehmen (kann angepasst werden)
|
||||
# Use the Value of the APP Variable
|
||||
APP="$1"
|
||||
|
||||
# ASCII-Art erzeugen und formatieren
|
||||
# Create and Formatting ASCII
|
||||
ascii_art=$(figlet -f slant "$APP")
|
||||
|
||||
# Ausgabe als cat <<EOF
|
||||
# Output es cat <<EOF
|
||||
cat <<EOF
|
||||
$ascii_art
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user