Skip to content
Snippets Groups Projects
Verified Commit f060d3f1 authored by Thomas Flori's avatar Thomas Flori
Browse files

supress pushd/popd output

parent ddea5393
No related branches found
No related tags found
No related merge requests found
Pipeline #646 failed with stages
in 0 seconds
......@@ -14,9 +14,9 @@ mkdir -p $installTarget
cp -r app bin composer.json composer.lock $installTarget
# install composer dependencies
pushd $installTarget
pushd $installTarget > /dev/null
composer install -no
popd
popd > /dev/null
# create symlink to bin/fan-ctrl in /usr/bin/
ln -s $installTarget/bin/fan-ctrl /usr/bin/fan-ctrl
......
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