fix add dataset
Browse files- 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
|