airport: Don't change the shell of the postgres user

Why were we even doing this?
This commit is contained in:
Albert Hopkins 2015-03-13 11:24:33 +00:00
parent 1a31e4f951
commit b6833b57b6
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ postinstall: airport.service settings.py local.start local.stop issue nginx.conf
rm -rf $(CHROOT)/var/lib/postgresql/$(PGVER)
$(inroot) bash -c "echo y |$(EMERGE) --config postgresql:$(PGVER)"
$(inroot) systemctl enable postgresql-$(PGVER)
$(inroot) chsh -s /bin/sh postgres
$(inroot) $(EMERGE) -1n $(USEPKG) dev-python/virtualenv
rm -rf $(CHROOT)/$(APP_ROOT)
hg clone -u $(AIRPORT_BRANCH) $(AIRPORT_REPO) $(CHROOT)/$(APP_ROOT)