Closed (fixed)
Project:
Provision
Component:
Documentation
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2010 at 07:07 UTC
Updated:
12 Jun 2014 at 08:41 UTC
Jump to comment: Most recent
While following instructions from UPGRADE.txt I notices that /var/aegir was duplicated multiple times in command line examples.
In the provided patch I suggest using a new shell variable calles AEGIR_DIR to abstract this.
| Comment | File | Size | Author |
|---|---|---|---|
| provision_UPGRADE_txt_abstract_dir.patch | 1.74 KB | helmo |
Comments
Comment #1
Anonymous (not verified) commentedThis makes sense. Committed with a few changes (you can't wrap $variables in single-quotes in bash or they'll be treated literally, so double quotes are needed). Also, the '.drush' directory *has* to be in the user's home directory, so I substituted with $HOME in those places rather than $AEGIR_DIR since that may not be the same as $HOME for some users.
Cheers!