eoeooe commited on
Commit
8c9fe42
·
verified ·
1 Parent(s): fbf278f

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -27,7 +27,7 @@ chmod +x /home/user/auto_backup.sh
27
  cat <<EOF > /home/user/final_backup.sh
28
  #!/bin/bash
29
  #
30
- sleep 172200
31
  echo "Hugging Face is about to restart soon. Taking final backup..."
32
  huggingface-cli upload $REPO_ID /home/user/storage . --repo-type=dataset --token=$HF_TOKEN
33
  EOF
 
27
  cat <<EOF > /home/user/final_backup.sh
28
  #!/bin/bash
29
  #
30
+
31
  echo "Hugging Face is about to restart soon. Taking final backup..."
32
  huggingface-cli upload $REPO_ID /home/user/storage . --repo-type=dataset --token=$HF_TOKEN
33
  EOF