home · contact · privacy
Better passphrase management.
[config] / buster / setup_scripts / setup_home_eeepc.sh
index 83f585f1c970d3d778def77365b66876903ff345..7678bf356b507f1d1c60901d773210446af502ad 100755 (executable)
@@ -53,7 +53,7 @@ cat "${borgrepos_file}" | while read line; do
     fi
     ssh-keyscan "${line}" >> "${ssh_dir}"/known_hosts
 done
-"${path_borgscript}" orgpull
+BORG_PASSPHRASE="${SECRETS_PASS}" "${path_borgscript}" orgpull
 
 # Fill ~/public_repos.
 cat "${repos_list_file}" | while read line; do