浏览代码

missing part of the directory

Patrick Falls 12 年之前
父节点
当前提交
27e81554ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      installer.py

+ 1 - 1
installer.py

@@ -399,7 +399,7 @@ class Installer:
     sudo mv postgresql.conf /etc/postgresql/9.1/main/postgresql.conf
     sudo mv postgresql.conf /etc/postgresql/9.1/main/postgresql.conf
     sudo mv pg_hba.conf /etc/postgresql/9.1/main/pg_hba.conf
     sudo mv pg_hba.conf /etc/postgresql/9.1/main/pg_hba.conf
 
 
-    sudo cp -R -p /var/lib/postgresql/9.1/main /ssd/
+    sudo cp -R -p /var/lib/postgresql/9.1/main /ssd/postgresql
     sudo -u postgres -H /etc/init.d/postgresql start
     sudo -u postgres -H /etc/init.d/postgresql start
 
 
     ##############################
     ##############################