Commit 33e23bf
committed
Fix hang on systems with interactive rm
Some systems configure `rm` to prompt when deleting a file as root
user. On such systems, hostmanager hangs when updating the hosts file
since commit 84d2f9e ("fix host file management to be windows and
linux compatible").
Avoid this by adding the '-f' parameter to rm.1 parent ede8b48 commit 33e23bf
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments