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.

CommentFileSizeAuthor
provision_UPGRADE_txt_abstract_dir.patch1.74 KBhelmo

Comments

Anonymous’s picture

Status: Active » Fixed

This 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!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit d441435 on debian, dev-dns, dev-koumbit, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-simplerinstaller, prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x by mig5:
    #904012 by helmo, mig5 - abstract AEGIR_DIR in UPGRADE.txt. Also some...