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

Adding ` to key_setup_groupkey.sh

Browse files
Files changed (1) hide show
  1. key_setup_groupkey.sh +1 -1
key_setup_groupkey.sh CHANGED
@@ -10,7 +10,7 @@ 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
 
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