From cc861474badf5330417d3c5f5181011e99959d64 Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 22 Dec 2022 05:47:10 -0800 Subject: Do not fail on reinstall because user already exists --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 9a2f6d0..2929c10 100644 --- a/makefile +++ b/makefile @@ -3,7 +3,7 @@ all: clean: rm -f pkd.py *.pid *.sock *.log install: - useradd -rUs /usr/sbin/nologin pkd + useradd -rUs /usr/sbin/nologin pkd || true mkdir -p /run/pk /etc/pk chmod 0755 /run/pk chmod 0700 /etc/pk -- cgit v1.2.3