Commit f3a5f3d5 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

init_elphel393.sh is in /etc

parent 404d6e78
...@@ -60,14 +60,14 @@ do_install_append() { ...@@ -60,14 +60,14 @@ do_install_append() {
if [ ! -d ${DEPLOY_DIR_IMAGE}/${RLOC} ]; then if [ ! -d ${DEPLOY_DIR_IMAGE}/${RLOC} ]; then
mkdir -p ${DEPLOY_DIR_IMAGE}/${RLOC} mkdir -p ${DEPLOY_DIR_IMAGE}/${RLOC}
fi fi
if [ -f ${S}init_elphel393.sh ]; then #if [ -f ${S}init_elphel393.sh ]; then
if [ -f ${DEPLOY_DIR_IMAGE}/${RLOC}/init_elphel393.sh ]; then # if [ -f ${DEPLOY_DIR_IMAGE}/${RLOC}/init_elphel393.sh ]; then
rm ${DEPLOY_DIR_IMAGE}/${RLOC}/init_elphel393.sh # rm ${DEPLOY_DIR_IMAGE}/${RLOC}/init_elphel393.sh
fi # fi
cp ${S}init_elphel393.sh ${DEPLOY_DIR_IMAGE}/${RLOC}/init_elphel393.sh # cp ${S}init_elphel393.sh ${DEPLOY_DIR_IMAGE}/${RLOC}/init_elphel393.sh
else #else
echo "NOT 3 FOUND!" # echo "NOT 3 FOUND!"
fi #fi
done done
} }
......
Markdown is supported
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