diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 148475c..a6ddad4 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -354,7 +354,7 @@ DSMON_INSTALL() { } REMOVEFLOPPY() { echo "" - if [ ! -f /etc/modprobe.d/blacklist-floppy.conf ]; then + if [ -f /etc/modprobe.d/blacklist-floppy.conf ]; then echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf sudo rmmod floppy #sudo update-initramfs -u