Skip to content

Commit

Permalink
nc-automount: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Aug 30, 2017
1 parent 8374a70 commit 2c911be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/nextcloudpi-config.d/nc-automount.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c911be

Please sign in to comment.