diff options
author | Sunmin Lee <sunm.lee@samsung.com> | 2016-08-24 10:53:17 +0900 |
---|---|---|
committer | Sunmin Lee <sunm.lee@samsung.com> | 2016-08-24 11:45:08 +0900 |
commit | 89469ec5e9d67ff62cf8bb0bf2afa9db73135ebf (patch) | |
tree | 1fa8559772224ec35927e368616cbf8650025483 | |
parent | c94a87c3793a66f51e5998e198fadf3af644720b (diff) | |
download | system-plugin-89469ec5e9d67ff62cf8bb0bf2afa9db73135ebf.tar.gz system-plugin-89469ec5e9d67ff62cf8bb0bf2afa9db73135ebf.tar.bz2 system-plugin-89469ec5e9d67ff62cf8bb0bf2afa9db73135ebf.zip |
Upgrade: Disable cynara check in upgrade mode
The cynara daemon is not running in upgrade mode,
so the cynara check should be disabled.
Change-Id: If0e8282925cdc6d349223e06c925f5aa6a74cfba
Signed-off-by: Sunmin Lee <sunm.lee@samsung.com>
-rwxr-xr-x | upgrade/update-init.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/upgrade/update-init.sh b/upgrade/update-init.sh index f2de67d..54bcf64 100755 --- a/upgrade/update-init.sh +++ b/upgrade/update-init.sh @@ -17,3 +17,6 @@ fi # Copy 3.0 rpm db rm -rf /var/lib/rpm/* cp -arf /system-update/data/rpm/* /var/lib/rpm + +# Disable cynara-check +buxton2ctl security-disable |