summarylogtreecommitdiffstats
path: root/aegir.install
diff options
context:
space:
mode:
Diffstat (limited to 'aegir.install')
-rw-r--r--aegir.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/aegir.install b/aegir.install
index d8f454be4ff5..7e984fd7d4e7 100644
--- a/aegir.install
+++ b/aegir.install
@@ -3,7 +3,7 @@ post_install() {
[ $(getent passwd aegir &>/dev/null; echo $?) -eq 0 ] && {
echo "User already exists; no action taken."
} || {
- useradd --gid $(id --group http) --home-dir /usr/shared/webapps/aegir --non-unique --uid $(id --user http) aegir
+ useradd --gid $(id --group http) --home-dir /usr/share/webapps/aegir --non-unique --uid $(id --user http) aegir
echo "Done."
}