From 3df697e7836357da58775a3610476aa1f8a4f0d4 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Wed, 25 Jan 2023 12:51:10 -0600 Subject: [PATCH] SWDEV-379519 - Fix RDC uninstall issue on debian 'set -e' makes the script fail early and causes 'apt remove rdc' to fail. This change is a standalone commit and is only applicable to ROCm 5.4 release. ROCm 5.5 has a separate chain of commits improving these scripts. If4439aaff66747bceabd3beb7e00ae12ce950e43 Change-Id: I9abf105a2307f53e5c55c5ea1cc97e93b19ba498 Signed-off-by: Galantsev, Dmitrii --- src/DEBIAN_prerm.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/DEBIAN_prerm.in b/src/DEBIAN_prerm.in index e6d9485..3e51013 100644 --- a/src/DEBIAN_prerm.in +++ b/src/DEBIAN_prerm.in @@ -1,7 +1,5 @@ #!/bin/bash -set -e - stop_rdc() { #stop RDC if running systemctl stop rdc