We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9115022 commit 3204fb4Copy full SHA for 3204fb4
packaging/common/script-templates/script-common-header-last.sh
@@ -23,6 +23,9 @@ is_nova()
23
24
INSTLOG=/var/log/CFEngineHub-Install.log
25
mkdir -p "$(dirname "$INSTLOG")"
26
+touch "$INSTLOG"
27
+chown root:root "$INSTLOG"
28
+chmod 600 "$INSTLOG"
29
CONSOLE=7
30
# Redirect most output to log file, but keep console around for custom output.
31
case "$SCRIPT_TYPE" in
0 commit comments