Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rern committed Nov 22, 2022
1 parent 71e372a commit 247452c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ alias=r1

# 20221122
file=/etc/udev/rules.d/ntfs3.rules
if [[ ! -e $file ]]; then
if [[ -e $file ]]; then
rm $file
udevadm control --reload-rules
udevadm trigger
Expand Down

0 comments on commit 247452c

Please sign in to comment.