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.
2 parents 73da184 + 15fd1fb commit 44585b0Copy full SHA for 44585b0
ci/setup-cfengine-build-host.sh
@@ -85,7 +85,7 @@ function cleanup()
85
mv /var/cfengine /var/bak.cfengine || true
86
rm -rf /opt/bak.cfengine
87
mv /opt/cfengine /opt/bak.cfengine || true
88
- mv /var/log/CFE* /var/bak.cfengine/ ||| true
+ mv /var/log/CFE* /var/bak.cfengine/ || true
89
mv /var/log/postgresql.log /var/bak.cfengine || true
90
91
if command -v pkill; then
0 commit comments