Skip to content

Commit

Permalink
debian: fixed db permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bbogush committed Dec 21, 2020
1 parent fb89a96 commit 2639cb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/debian/nando.postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
set -e
chmod 666 /etc/xdg/nando_parallel_chip_db.csv
chmod 666 /etc/xdg/nando_spi_chip_db.csv
exit 0

0 comments on commit 2639cb2

Please sign in to comment.