X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=a820cb1e6f7b043344340de58d2d0421fa422c8b;hb=9d55204f876f52e314076f5fa9d1ae15a1639dae;hp=da54aa93c7099f3980146cb26c4c75cbf92c98f6;hpb=b0810e3538c41c723ae47b982a2e87944be828e0;p=freeside.git diff --git a/Makefile b/Makefile index da54aa93c..a820cb1e6 100644 --- a/Makefile +++ b/Makefile @@ -237,6 +237,7 @@ install-apache: ) || true install-selfservice: + [ -e ~freeside ] || cp -pr /etc/skel ~freeside && chown -R freeside ~freeside [ -e ~freeside/.ssh/id_dsa.pub ] || su - freeside -c 'ssh-keygen -t dsa' for MACHINE in ${SELFSERVICE_MACHINES}; do \ scp -r fs_selfservice/FS-SelfService ${SELFSERVICE_INSTALL_USER}@$$MACHINE:. ;\