Преглед на файлове

Update job_management.rst

Correcting the name of the extracted directory ('PHP-Daemon-2.0' instead of 'v2.0.tar.gz'), in the command where it's changed to 'PHP-Daemon'
colthom преди 5 години
родител
ревизия
9d6ae9a99c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/user_guide/job_management.rst

+ 1 - 1
docs/user_guide/job_management.rst

@@ -35,7 +35,7 @@ Next, we need the `PHP-Daemon Library version 2.0 <https://github.com/shaneharte
   cd $DRUPAL_HOME/sites/all/libraries
   wget https://github.com/shaneharter/PHP-Daemon/archive/v2.0.tar.gz
   tar -zxvf v2.0.tar.gz
-  mv v2.0.tar.gz PHP-Daemon
+  mv PHP-Daemon-2.0 PHP-Daemon
 
 Next, install the `Drush Daemon API <https://www.drupal.org/project/drushd>`_ module.