fix something

This commit is contained in:
Ing 2024-07-21 13:05:56 +08:00
parent 160a51de1a
commit c2a4300d40
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ function writeConfigKey() {
# Return Value # Return Value
function readConfigKey() { function readConfigKey() {
RESULT=$(yq eval '.'${1}' | explode(.)' "${2}" 2>/dev/null) RESULT=$(yq eval '.'${1}' | explode(.)' "${2}" 2>/dev/null)
[ "${RESULT}" == "null" ] && echo "" || echo ${RESULT} [ "${RESULT}" == "null" ] && echo "" || echo "${RESULT}"
} }
############################################################################### ###############################################################################

View File

@ -2,7 +2,7 @@
# ENV: # ENV:
* ### 常用工具: * ### 常用工具:
* telnet 工具 putty (下载: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) * telnet 工具 putty (下载: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)
* ssh 工具 FinalShell (下载: https://www.hostbuf.com/t/988.html) * ssh 工具 WindTerm (下载: https://github.com/kingToolbox/WindTerm)
* sftp 工具 WinSCP (下载: https://winscp.net/eng/index.php) * sftp 工具 WinSCP (下载: https://winscp.net/eng/index.php)
* 文本编辑工具 Notepad3 (下载: https://github.com/rizonesoft/Notepad3/releases) * 文本编辑工具 Notepad3 (下载: https://github.com/rizonesoft/Notepad3/releases)
* 镜像写盘工具 Rufus (下载: https://rufus.ie/zh/) * 镜像写盘工具 Rufus (下载: https://rufus.ie/zh/)