diff --git a/src/freedombone-image-customise b/src/freedombone-image-customise index ded80543..8a3e801f 100755 --- a/src/freedombone-image-customise +++ b/src/freedombone-image-customise @@ -389,7 +389,7 @@ EOF echo " cd /root/${PROJECT_NAME}" >> $rootdir/root/.bashrc echo " git stash" >> $rootdir/root/.bashrc echo " git pull" >> $rootdir/root/.bashrc - echo " git checkout bashrc/stretch" >> $rootdir/root/.bashrc + echo " git checkout stretch" >> $rootdir/root/.bashrc echo " make install" >> $rootdir/root/.bashrc if [[ $VARIANT != "mesh" && $VARIANT != "meshclient" && $VARIANT != "meshusb" && $VARIANT != "usb" ]]; then @@ -1342,11 +1342,10 @@ echo "# End of avahi-daemon" >> $rootdir/usr/bin/$WATCHDOG_SCRIPT_NAME chmod +x $rootdir/usr/bin/$WATCHDOG_SCRIPT_NAME echo "*/1 * * * * root /usr/bin/$WATCHDOG_SCRIPT_NAME" >> $rootdir/etc/crontab -# TODO temporary for stretch chroot "$rootdir" /bin/bash -x <