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