Skip to content

Commit 2639cb2

Browse files
committed
debian: fixed db permissions
1 parent fb89a96 commit 2639cb2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

debian/debian/nando.postinst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
set -e
3+
chmod 666 /etc/xdg/nando_parallel_chip_db.csv
4+
chmod 666 /etc/xdg/nando_spi_chip_db.csv
5+
exit 0

0 commit comments

Comments
 (0)