wwforonce commited on
Commit
98abc7b
·
1 Parent(s): 7ca7872

fix add dataset

Browse files
Files changed (1) hide show
  1. start_with_sync.sh +1 -1
start_with_sync.sh CHANGED
@@ -65,7 +65,7 @@ cleanup() {
65
 
66
  # Set up signal handlers
67
  trap cleanup SIGTERM SIGINT
68
-
69
  # Background sync function
70
  background_sync() {
71
  if [ -n "$HF_TOKEN" ]; then
 
65
 
66
  # Set up signal handlers
67
  trap cleanup SIGTERM SIGINT
68
+ #trap "echo 'Cleanup triggered'; exit 0" SIGTERM SIGINT
69
  # Background sync function
70
  background_sync() {
71
  if [ -n "$HF_TOKEN" ]; then