[manual] Rename /home/humbug to /home/zulip.

This may require just doing an mv on the home directory, plus changing
the home directory in /etc/passwd.  It should of course be done carefully.

(imported from commit 660997d897ee6d33563af74f0fc5d4267a911755)
This commit is contained in:
Tim Abbott 2013-10-04 13:19:57 -04:00 committed by Steve Howell
parent 7f8d48e4e0
commit 46a74271ea
9 changed files with 15 additions and 15 deletions

View file

@ -22,7 +22,7 @@ parser.add_option('--sharded',
action='store_true')
parser.add_option('--root-path',
dest='root_path',
default="/home/humbug",
default="/home/zulip",
action='store')
(options, args) = parser.parse_args()