https://bugzilla.wikimedia.org/show_bug.cgi?id=28512

--- Comment #3 from Platonides <[email protected]> 2011-04-12 21:02:29 UTC 
---
I didn't mention, using an space is another way to make it happen:
 php maintenance/install.php --dbtype=sqlite --dbpath ~/data wiki admin

The way to add that feature would be:
 if (substr($value, 0, 2) == '~/') { $value = getenv("HOME") . substr($value,
1); }

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to