[X2Go-Commits] [live-build-x2go] 30/60: we need to create the directory path before we attempt to place a file there ...
git-admin at x2go.org
git-admin at x2go.org
Mon Nov 28 19:43:50 CET 2022
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/mate-minidesktop-buster
in repository live-build-x2go.
commit 0e991db7f1590733e405fdd723ec5f63b69cc8eb
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Mon Jun 22 22:48:05 2020 +0200
we need to create the directory path before we attempt to place a file
there ...
---
config/includes.chroot/lib/live/config/2900-chromium-config | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/includes.chroot/lib/live/config/2900-chromium-config b/config/includes.chroot/lib/live/config/2900-chromium-config
index 68b8565..f703084 100755
--- a/config/includes.chroot/lib/live/config/2900-chromium-config
+++ b/config/includes.chroot/lib/live/config/2900-chromium-config
@@ -17,6 +17,7 @@ ChromiumConfig ()
else
HOMEPAGEURL=$(echo -e "$(urldecode "$HOMEPAGEURL")")
fi
+ mkdir -p /etc/chromium/policies/managed
cat >/etc/chromium/policies/managed/chromium.json <<CHROMIUMCONFIG
// Policy template for Linux.
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
More information about the x2go-commits
mailing list