Skip to content

Commit

Permalink
SWDEV-379519 - Fix RDC uninstall issue on debian
Browse files Browse the repository at this point in the history
'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 <[email protected]>
  • Loading branch information
dmitrii-galantsev committed Jan 25, 2023
1 parent 89fd7a5 commit 3df697e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/DEBIAN_prerm.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/bash

set -e

stop_rdc() {
#stop RDC if running
systemctl stop rdc
Expand Down

0 comments on commit 3df697e

Please sign in to comment.