X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flogs-clear-credentials.sh;h=a4a8cdda4497edcf42dcf34d66e79b9e8e24a45f;hb=b9d610a9e522d71a89d2daeb6f71b2bc2a71cdf7;hp=8ebb5a6f8c8a17d3f578533eed8130da20b1d9b7;hpb=851b0b6d0cfe84e986548fd596a9b2f18413fefd;p=releng%2Fglobal-jjb.git diff --git a/shell/logs-clear-credentials.sh b/shell/logs-clear-credentials.sh index 8ebb5a6f..a4a8cdda 100644 --- a/shell/logs-clear-credentials.sh +++ b/shell/logs-clear-credentials.sh @@ -1,5 +1,5 @@ #!/bin/bash -# @License EPL-1.0 +# SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. # @@ -10,5 +10,5 @@ ############################################################################## # Clear log credential files -rm $SETTINGS_FILE -rm ~/.netrc +rm -f "$SETTINGS_FILE" +rm -f ~/.netrc