Project

General

Profile

Download (62 Bytes) Statistics
| Branch: | Tag: | Revision:

fuss-fucc / clientScripts / rc.local @ a1471122

1 e2ac9a14 Paolo Dongilli
#!/bin/bash -e
2
su -c /root/clientScript root || exit 1
3
exit 0