|
|
|
|
|
by posix_me_less
2539 days ago
|
|
The option -f is making the script more heavy handed and less likely to fail. But this is not necessary for the script to be idempotent and sometimes is not desirable. You can deal with errors in a more safer way and still be idempotent. |
|