From c3c7b7f249a0e0e438e5620e326772ce6808a32d Mon Sep 17 00:00:00 2001 From: Cory Forsstrom Date: Mon, 19 Apr 2021 11:29:30 -0700 Subject: [PATCH] fix permissions issue for xteve auto update (#46) --- root/etc/cont-init.d/60-chown-files | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/60-chown-files b/root/etc/cont-init.d/60-chown-files index 4ae7614..5ffd672 100644 --- a/root/etc/cont-init.d/60-chown-files +++ b/root/etc/cont-init.d/60-chown-files @@ -6,4 +6,7 @@ chown -R abc:abc /guide2go chown -R abc:abc /xteve chown -R abc:abc /tmp/xteve -chown -R abc:abc /home/abc \ No newline at end of file +chown -R abc:abc /home/abc + +# So xteve can auto update +chown -R abc:abc /usr/bin \ No newline at end of file