diff --git a/scripts/purge b/scripts/purge index 44d2c31..0c49f11 100755 --- a/scripts/purge +++ b/scripts/purge @@ -1,2 +1,2 @@ -!rm /etc/subscription -!rm /etc/pmg/subscription \ No newline at end of file +rm -f /etc/subscription +rm -f /etc/pmg/subscription \ No newline at end of file