Alysha Creelman commited on
Commit
90e8436
·
unverified ·
1 Parent(s): b4cbb86

Update key_setup_groupkey.sh

Browse files
Files changed (1) hide show
  1. key_setup_groupkey.sh +2 -2
key_setup_groupkey.sh CHANGED
@@ -10,8 +10,8 @@ rm -rf tmp2
10
  # Create a temporary directory
11
  mkdir tmp2
12
 
13
- HF_TOKEN=`cat /wormington_keys/hf_token`
14
- echo ${HF_TOKEN}
15
 
16
  # copy the key to the temporary directory
17
  cp wormington_keys/group_key* tmp2
 
10
  # Create a temporary directory
11
  mkdir tmp2
12
 
13
+ HF_TOKEN=$(</wormington_keys/hf_token)
14
+ echo "$HF_TOKEN"
15
 
16
  # copy the key to the temporary directory
17
  cp wormington_keys/group_key* tmp2