Provisioning: Disable daily cron jobs from SLES 15

Task-number: QTQAINFRA-3919
Change-Id: Iabf03aeadb3f0fa7091428ef3ea6075b199d9c77
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit dd2111cf9f)
This commit is contained in:
Heikki Halmet
2020-09-15 13:01:14 +03:00
parent b7f18fd9a1
commit 90b3e55b84

View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
set -ex
# this script will remove executable rights from cron.daily jobs
sudo chmod -x /etc/cron.daily/*