Skip to content

Commit f8e3b2f

Browse files
NO-ISSUE: Cleanup
Cleanup the $REGISTRY_CREDS file created in the configure_host.sh file when cleaning up. If not cleaned properly, there could be possible errors such as #1753
1 parent 1bddef6 commit f8e3b2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

host_cleanup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ sudo pkill -f oc.*proxy
8383

8484
# Remove image-reg nfsshare
8585
sudo rm -rf /etc/exports.d/dev-scripts.exports /opt/dev-scripts/nfsshare
86+
87+
# Remove the authfile created in configure host
88+
rm -f ${REGISTRY_CREDS}

0 commit comments

Comments
 (0)