X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flogs-clear-credentials.sh;h=a4a8cdda4497edcf42dcf34d66e79b9e8e24a45f;hb=9268e4ab2c79a5605c59865ac5dd96231de75518;hp=74dbae36c05807891cf94fcfce5d42effca81816;hpb=a99cfe8b7c3e3b33cf9f210a90c50ea65128b30e;p=releng%2Fglobal-jjb.git diff --git a/shell/logs-clear-credentials.sh b/shell/logs-clear-credentials.sh index 74dbae36..a4a8cdda 100644 --- a/shell/logs-clear-credentials.sh +++ b/shell/logs-clear-credentials.sh @@ -10,5 +10,5 @@ ############################################################################## # Clear log credential files -rm "$SETTINGS_FILE" -rm ~/.netrc +rm -f "$SETTINGS_FILE" +rm -f ~/.netrc