From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 17:06:42 +0000 (+0200) Subject: wip #5220 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4b260f0b4c0f6f3bb8fbc361ee28b92da7e332b1;p=fluidbook_processfarm.git wip #5220 --- diff --git a/bin/install b/bin/install index ea31175..aded40d 100755 --- a/bin/install +++ b/bin/install @@ -1,5 +1,5 @@ #!/bin/sh chmod 755 /usr/local/fluidbook_processfarm/bin/* -groupadd fluidbookfarmer -useradd fluidbookfarmer -g fluidbookfarmer --home /usr/local/fluidbook_processfarm +groupadd fluidbookfarmer || true +useradd fluidbookfarmer -g fluidbookfarmer --home /usr/local/fluidbook_processfarm || true /usr/local/fluidbook_processfarm/bin/update \ No newline at end of file