我正在尝试创建一个脚本来自动化IPSEC用户添加过程。当我尝试使用' sh user.sh'。
运行以下代码时#!/bin/sh
echo "Tell me a name for the user"
echo "Please, use one word only, and no special characters"
read -r USER
我收到以下回复:
Tell me a name for the user
Please, use one word only, and no special characters
test
: bad variable nameSER
过去一小时我搜索过谷歌,但我找不到任何有效的解决方案。有什么想法吗?