浏览代码

AMBARI-6076. Ambari server is not starting after upgrade (aonishuk)

Andrew Onishuk 11 年之前
父节点
当前提交
87da5f323c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ambari-server/conf/unix/install-helper.sh

+ 1 - 1
ambari-server/conf/unix/install-helper.sh

@@ -29,7 +29,7 @@ do_install(){
   # setting ambari_commons shared resource
   rm -rf "$OLD_COMMON_DIR"
   if [ ! -d "$COMMON_DIR" ]; then
-    ln -s "$COMMON_DIR_AGENT" "$COMMON_DIR"
+    ln -s "$COMMON_DIR_SERVER" "$COMMON_DIR"
   fi
   # setting python-wrapper script
   if [ ! -f "$PYTHON_WRAPER_TARGET" ]; then