commit 8c010b738667ae473335d3731b040045954be3f5 parent a223a1f687273e29205a58339c4c5bad789ddb5a Author: rexxnor <rexxnor+gnunet@brief.li> Date: Wed, 6 Mar 2019 23:59:21 +0100 added fail soft mechanism Diffstat:
| M | helpers/postinst_ascension.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helpers/postinst_ascension.sh b/helpers/postinst_ascension.sh @@ -1,3 +1,3 @@ adduser --system ascension # ok if this fails as gnunet is not yet a dependency -adduser ascension gnunet +adduser ascension gnunet || true