@@ -11,25 +11,25 @@ echo -e "[post_create.sh] PWD=$PWD\n"
1111
1212cat >> $HOME /.bashrc << "EOF "
1313
14- if [ -f /workspaces/install_build_env.log ]; then
14+ if [ -f /workspaces/circuitpython/ install_build_env.log ]; then
1515 # setup already done
1616 echo "CircuitPython build-environment ready for $CP_TOOLCHAIN/$CP_PORT"
1717 echo "To start a build run:"
1818 echo " cd ports/$CP_PORT"
1919 echo " time make -j $(nproc) BOARD=your_board_name TRANSLATION=de_DE"
20- elif [ -f /workspaces/install_build_env.log.active ]; then
20+ elif [ -f /workspaces/circuitpython/ install_build_env.log.active ]; then
2121 echo "Initial setup of build environment in progress, please wait."
22- echo "Use 'tail -f /workspaces/install_build_env.log.active' to monitor progress."
22+ echo "Use 'tail -f /workspaces/circuitpython/ install_build_env.log.active' to monitor progress."
2323 echo "After successful installation, start a new terminal to build CircuitPython."
2424else
2525 echo "Starting initial setup of build environment, please wait"
2626 nohup /workspaces/circuitpython/.devcontainer/install_build_env.sh >> $HOME/nohup.out &
27- echo "Use 'tail -f /workspaces/install_build_env.log.active' to monitor progress."
27+ echo "Use 'tail -f /workspaces/circuitpython/ install_build_env.log.active' to monitor progress."
2828 echo "After successful installation, start a new terminal to build CircuitPython."
2929fi
3030
3131EOF
32- touch /workspaces/post_create.finished
32+ touch /workspaces/circuitpython/ post_create.finished
3333
3434# --- that's it! ------------------------------------------------------------
3535
0 commit comments