From 1c22225d665c3be5f31331758040c54f1d4a0206 Mon Sep 17 00:00:00 2001 From: notplants Date: Mon, 8 Mar 2021 10:35:52 +0100 Subject: [PATCH] Make peach-go-sbot own /usr/bin/sbotcli --- conf/templates/peach_go_sbot/DEBIAN/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/templates/peach_go_sbot/DEBIAN/postinst b/conf/templates/peach_go_sbot/DEBIAN/postinst index 23c9dcf..b66485f 100755 --- a/conf/templates/peach_go_sbot/DEBIAN/postinst +++ b/conf/templates/peach_go_sbot/DEBIAN/postinst @@ -6,6 +6,7 @@ adduser --quiet --system peach-go-sbot # set permissions chown peach-go-sbot /usr/bin/go-sbot +chown peach-go-sbot /usr/bin/sbotcli # Automatically added by cargo-deb if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then