echo finetune

This commit is contained in:
CerberusV1
2024-10-12 13:40:08 +02:00
parent 8282d56479
commit 15b8668e79

View File

@@ -95,7 +95,7 @@ sleep 2
# --------------------------------------------------------
echo "Give your server a name. Under the ~/servername you can later"
echo "find all server files and the management script."
echo "Use "-" or "_" as name seperator!"
echo 'Use "-" or "_" as name seperator!'
read -p "Servername: " name
working_dir="$HOME/$name"