Skip to content
Snippets Groups Projects
Commit d13d6e81 authored by Bob Mottram's avatar Bob Mottram
Browse files

Fix warning

parent 17fce20e
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ function image_install_elixir {
echo "dpkg -i \$erlang_package"; } > "$rootdir/usr/bin/install_elixir"
chmod +x "$rootdir/usr/bin/install_elixir"
chroot "$rootdir" /usr/bin/install_elixir
# shellcheck disable=SC2086
chroot "$rootdir" $UPDATE_PACKAGES
# shellcheck disable=SC2086
chroot "$rootdir" $INSTALL_PACKAGES esl-erlang
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment