]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
UPGRADE file had incorrect commands
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 27 Feb 2015 13:12:01 +0000 (14:12 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 27 Feb 2015 13:12:01 +0000 (14:12 +0100)
UPGRADE

diff --git a/UPGRADE b/UPGRADE
index 10758c52e4c6d3c1535c7e4498b9055ab13f2ce7..cf1bd2a77300a4b2abb91885c39a953d03ddfdc2 100644 (file)
--- a/UPGRADE
+++ b/UPGRADE
@@ -15,7 +15,7 @@ modules used, so double-check the INSTALL file's requirements list.
 Before you begin: Make backups. Always make backups. Of your entire 
 directory structure and the database too. All tables. All data. Alles.
 
-    0. Stop your queue daemons 'php scripts/stopdaemon.php' should do it.
+    0. Stop your queue daemons 'bash scripts/stopdaemons.sh' should do it.
         Not everyone runs queue daemons, but the above command won't hurt.
 
     1. Unpack your GNU social code to a fresh directory.
@@ -35,7 +35,7 @@ directory structure and the database too. All tables. All data. Alles.
     
     4. Run the upgrade script: 'php scripts/upgrade.php'
     
-    5. Start your queue daemons: 'php scripts/startdaemons.php'
+    5. Start your queue daemons: 'bash scripts/startdaemons.sh'
     
     6. Report any issues at https://bugz.foocorp.net/ (tag GNU social)