2016-02-27 16:03:10 +00:00

6 lines
98 B
Bash

#!/bin/sh
set -e
/bin/chown root.root /usr/bin/gpio
/bin/chmod 4755 /usr/bin/gpio
/sbin/ldconfig