On Sat, 2018-06-09 at 15:10 +0200, Ulf Volmer wrote:
On 09.06.2018 14:48, Earl Ramirez wrote:
# copy scripts to the destintion of the server cp -v $SRCDIR/postinstall/script1.sh > $DSTDIR/etc/rc.d/rc.local/script1.sh
are you sure about this line? rc.local must be a file, not a directory.
best regards Ulf
Thanks Ulf
That was a typo on the email
cp -v $SRCDIR/postinstall/snipeit.sh $DSTDIR/etc/rc.d/rc.local
# Make scripts executable chmod +x $DSTDIR/etc/rc.d/rc.local