Skip to content

Commit

Permalink
sync.sh: call sort_smartcard_list.py first
Browse files Browse the repository at this point in the history
Do no sync the file if sort_smartcard_list.py fails.
  • Loading branch information
LudovicRousseau committed Jan 16, 2020
1 parent 6f9b143 commit db84f2d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sync.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/bash

set -e
set -x

./sort_smartcard_list.py

cp smartcard_list.txt ~/public_html.free/softwares/pcsc-tools/smartcard_list.txt
#cp smartcard_list.txt ~/.cache/smartcard_list.txt
sitecopy -u ftpperso
Expand Down

0 comments on commit db84f2d

Please sign in to comment.