/ {curly brackets ftw}

This commit is contained in:
fro
2025-10-28 14:56:28 -05:00
parent 116a6c21b8
commit 0c83d88ffa
3 changed files with 13 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ fi
this_file_name=`basename "$0"`
if [ $# -ne 1 ]; then
echo usage: $this_file_name [E-MAIL]
echo usage: ${this_file_name} [E-MAIL]
exit 1
fi
@@ -25,7 +25,7 @@ apt -y install git-core bc
cd /tmp/
git clone https://github.com/acmesh-official/acme.sh.git
cd acme.sh/
./acme.sh --install -m $email
./acme.sh --install -m ${email}
# ---
# manual steps