From 2c911be3611d5011c4f8e0d09c21706e259a6a45 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Wed, 30 Aug 2017 19:47:23 +0200 Subject: [PATCH] nc-automount: small fix --- etc/nextcloudpi-config.d/nc-automount.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/nextcloudpi-config.d/nc-automount.sh b/etc/nextcloudpi-config.d/nc-automount.sh index 44ca401f7..b44c2e289 100644 --- a/etc/nextcloudpi-config.d/nc-automount.sh +++ b/etc/nextcloudpi-config.d/nc-automount.sh @@ -108,7 +108,7 @@ EOF [[ "$ACTIVE_" != "yes" ]] && { rm -f /etc/udev/rules.d/50-automount.rules - sed -i '/ # Rules for automounting both/,+11d' /etc/fstab + sed -i '/# Rules for automounting both/,+11d' /etc/fstab } # mount whatever is currently plugged in