瀏覽代碼

07env-install-centos.sh

lizw 2 年之前
父節點
當前提交
e1409756cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      00base/07env-install-centos.sh

+ 1 - 1
00base/07env-install-centos.sh

@@ -197,7 +197,7 @@ function command::exec() {
     fi
     command="$sudo_options bash -c $(utils::quote "$command")"
   fi
-#  command="$(utils::quote "$command")"
+  command="$(utils::quote "$command")"
   if [[ "${host}" == "127.0.0.1" ]]; then
     # 本地执行
     log::exec "[command]" "bash -c $(printf "%s" "${command//${SUDO_PASSWORD:-}/zzzzzz}")"