From e7fe6fbcec4d1e69237f55fe3255ff8d3f044b54 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Thu, 1 Sep 2022 15:44:28 -0400 Subject: [PATCH] Updated post install script --- build/scripts/postinst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/scripts/postinst b/build/scripts/postinst index 6bed4e1..92ead13 100755 --- a/build/scripts/postinst +++ b/build/scripts/postinst @@ -20,3 +20,5 @@ fi # Change the directory ownership of /etc chown -R adept:adept /etc/adept + +exit 0