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!