Browse Source

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

Andrew Onishuk 11 years ago
parent
commit
87da5f323c
1 changed files with 1 additions and 1 deletions
  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