Commit 72bd6771 authored by Rousseau Vincent's avatar Rousseau Vincent
Browse files

Remove keychain by default

No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
#!/bin/bash
# Utiliser la ligne suivante si vous avez une passphrase sur votre clé ssh
# https://askubuntu.com/questions/338937/how-to-use-rsync-via-ssh-with-rsa-key-passphrases
source $HOME/.keychain/${HOSTNAME}-sh
# Utiliser la ligne suivante si vous avez une passphrase sur votre clé ssh
#source $HOME/.keychain/${HOSTNAME}-sh
rsync -av pi@rasp-aiw2d.local:~/sense-hat/data/ $HOME/sense-hat-data > $HOME/rsync.log 2>&1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment