Commit a9b2212e authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

+ custom INITSTRING for local.conf

parent 59d1b505
......@@ -327,6 +327,8 @@ echo "MIRRORS =+ \"http://.*/.* http://mirror.elphel.com/elphel393_mirror/ \
echo "REMOTE_USER ?= \"root\"" >> $LOCAL_CONF
echo "IDENTITY_FILE ?= \"~/.ssh/id_rsa\"" >> $LOCAL_CONF
echo "REMOTE_IP ?= \"192.168.0.9\"" >> $LOCAL_CONF
# control init script progress/stage/level
echo "INITSTRING ?= \"init_elphel393.sh\"" >> $LOCAL_CONF
if [ $MISSING_BBLAYERS_CONF -eq 0 ]; then
echo "restoring $BBLAYERS_CONF"
......
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