summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbins/trove-early-setup5
1 files changed, 2 insertions, 3 deletions
diff --git a/bins/trove-early-setup b/bins/trove-early-setup
index e74d6e3..2dab4ee 100755
--- a/bins/trove-early-setup
+++ b/bins/trove-early-setup
@@ -25,11 +25,10 @@ endef
$(eval $(foreach USER,$(USERS),$(call make_user_rules,$(USER))))
-users: $(ALL_USER_TARGETS)
-
gitano-setup: /home/git/.gitano-setup
-/home/git/.gitano-setup: users
+/home/git/.gitano-setup: $(ALL_USER_TARGETS)
su -c 'gitano-setup /etc/gitano-setup.clod' - git
+ passwd -u git
touch $@
gitano-lorry-setup: /home/git/.gitano-lorry-setup