diff --git a/Jenkinsfile b/Jenkinsfile index 6fdf336..d3ab613 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -112,8 +112,8 @@ else ls -la ogclient/ || true fi mkdir -p ogclient ## run this as user; otherwise docker may create it as root -if [[ "zuser" != "z$(stat --format %U ogclient)" ]]; then - echo "warning: directory 'ogclient' not owned by user 'user'" +if [[ "zjenkins" != "z$(stat --format %U ogclient)" ]]; then + echo "warning: directory 'ogclient' not owned by user 'jenkins'" fi docker run --rm --name mkoglive --privileged=true \ diff --git a/includes/etc/initramfs-tools/scripts/VERSION.txt b/includes/etc/initramfs-tools/scripts/VERSION.txt index cde697a..fcdb2e1 100644 --- a/includes/etc/initramfs-tools/scripts/VERSION.txt +++ b/includes/etc/initramfs-tools/scripts/VERSION.txt @@ -1 +1 @@ -OpenGnsys Client 4.0.0 +4.0.0