Skip to content

Commit

Permalink
update debian/spark-store.prerm.
Browse files Browse the repository at this point in the history
Signed-off-by: shenmo <[email protected]>
  • Loading branch information
shenmo7192 authored and gitee-org committed Dec 11, 2024
1 parent b125993 commit d0dec1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/spark-store.prerm
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ for username in `ls /home`

# Remove gpg key file
rm -f /etc/apt/trusted.gpg.d/spark-store.gpg
apt-key del '9D9A A859 F750 24B1 A1EC E16E 0E41 D354 A29A 440C'
apt-key del '9D9A A859 F750 24B1 A1EC E16E 0E41 D354 A29A 440C' || true
else

if [ ! -z "`pidof spark-store`" ] ; then
Expand Down

0 comments on commit d0dec1b

Please sign in to comment.