Update start.sh
Browse files
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 |
-
|
| 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
|