| commit | fb11563dc7a71bedd7c976fa163663fde139ecf7 | [log] [tgz] |
|---|---|---|
| author | Vochescu Alexandru <alexvochescu@gmail.com> | Mon Jun 08 14:10:42 2020 +0300 |
| committer | Vochescu Alexandru <alexvochescu@gmail.com> | Mon Jun 08 14:10:42 2020 +0300 |
| tree | dd55d77efd36c70044297d075a1665efe76050a0 | |
| parent | 2fb3142d53717dd2290ca5019203cc6ee615fb02 [diff] |
Small adjustment back to initial
diff --git a/tools/flash.sh b/tools/flash.sh index fe9e62b..d6bf1c0 100755 --- a/tools/flash.sh +++ b/tools/flash.sh
@@ -3,7 +3,7 @@ set -eux artifact="$(basename $1)" -rust_target_folder="$(greadlink -f $(dirname $1)/../..)" +rust_target_folder="$(readlink -f $(dirname $1)/../..)" if [ -z $APP_HEAP_SIZE ]; then echo "Set APP_HEAP_SIZE to a value" exit 1