diff --git a/.config/shell/bin/rmswp b/.config/shell/bin/rmswp index 4e960f7..31f2adc 100755 --- a/.config/shell/bin/rmswp +++ b/.config/shell/bin/rmswp @@ -2,6 +2,8 @@ # Deletes the swapfile created by mkswp() +set -e + if [ -d /swap ]; then SWAPFILE=/swap/swapfile else