From 2e60412edb7a610a9f908ff2b1cf2316d393a820 Mon Sep 17 00:00:00 2001 From: rail5 Date: Sat, 12 Oct 2024 09:27:10 +0800 Subject: [PATCH] Create repo directory if it doesn't exist --- debian/autobuild.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/autobuild.postinst b/debian/autobuild.postinst index 1c763b6..1eda481 100755 --- a/debian/autobuild.postinst +++ b/debian/autobuild.postinst @@ -36,6 +36,7 @@ chmod 660 /var/autobuild/config.toml # Create the /var/autobuild/repo directory if [[ ! -d /var/autobuild/repo ]]; then mkdir -p /var/autobuild/repo + chown _autobuild /var/autobuild/repo fi # Enable and start the autobuild service