mirror of
https://github.com/snowykami/server-status-client.git
synced 2024-11-22 15:18:00 +08:00
✨ 修复脚本执行错误
This commit is contained in:
parent
67475ef499
commit
5834abcd33
@ -10,7 +10,7 @@ fi
|
|||||||
install_dir="/opt"
|
install_dir="/opt"
|
||||||
echo -n "Install directory? (default: $install_dir/server-status-client): " && read -r install_dir_input
|
echo -n "Install directory? (default: $install_dir/server-status-client): " && read -r install_dir_input
|
||||||
if [ -n "$install_dir_input" ]; then
|
if [ -n "$install_dir_input" ]; then
|
||||||
install_dir="$install_dir_input";
|
install_dir="$install_dir_input"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check server
|
# check server
|
||||||
|
Loading…
Reference in New Issue
Block a user