Rm conf files in subshell so rm won't kill jenkins-test if there are no files.

This commit is contained in:
Daniel Nichter
2012-10-13 13:03:04 -06:00
parent c060b650f2
commit b09ebf53f0

View File

@@ -62,8 +62,10 @@ export LANG="en_US.UTF-8"
# ######################################### #
# Remove conf files that's shouldn't exist. #
# ######################################### #
rm ~/.pt-*conf*
rm ~/.my*
(
rm ~/.pt-*conf*
rm ~/.my*
)
#############################
# Check and start test env. #