Remove cleanup code in gcore-start-container

This commit is contained in:
Antonio Calanducci 2023-11-21 18:34:33 +01:00
parent e5543ed528
commit b526519e72
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ newargs="$mode $newargs"
[ -e "$GLOBUS_LOCATION/tmp" ] || mkdir -p $GLOBUS_LOCATION/tmp
#clean up the services' state if needed
[ -f "$GLOBUS_LOCATION/config/GHNProfile.xml" ] || rm -rf ~/.gcore
#[ -f "$GLOBUS_LOCATION/config/GHNProfile.xml" ] || rm -rf ~/.gcore
cd $GLOBUS_LOCATION
echo "gCore is running with ($newargs) and logging into logs/container.log..."