mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 15:06:52 +08:00
Task-number: QTQAINFRA-3919
Change-Id: Iabf03aeadb3f0fa7091428ef3ea6075b199d9c77
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit dd2111cf9f)
Reviewed-by: Toni Saario <toni.saario@qt.io>
8 lines
128 B
Bash
Executable File
8 lines
128 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
# this script will remove executable rights from cron.daily jobs
|
|
sudo chmod -x /etc/cron.daily/*
|
|
|