Browse Source

missing part of the directory

Patrick Falls 12 years ago
parent
commit
27e81554ba
1 changed files with 1 additions and 1 deletions
  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
 
 
     ##############################
     ##############################