Project

General

Profile

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

fuss-fucc / clonezilla / clientScripts / rc.local @ master

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