Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 6c803db0 authored by Robert Nelson's avatar Robert Nelson
Browse files

let this fail


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 4ab9d5fe
No related merge requests found
......@@ -4,7 +4,7 @@ echo "chroot: ${tempdir}"
echo "userid: ${rfs_username}:${rfs_password}"
sudo rsync -va ${DIR}/machinekit/scripts/* ${tempdir}/tmp/
sudo rsync -va ${DIR}/machinekit/scripts/* ${tempdir}/tmp/ || true
for SCRIPT in ${tempdir}/tmp/[0-9][0-9][0-9]* ; do
case "$SCRIPT" in
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment