Skip to content
Snippets Groups Projects
Commit e7ba5800 authored by Arie Peterson's avatar Arie Peterson
Browse files

Reduce output of app install/upgrade script

parent 763d2756
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ data:
# If the above url results in a 404, curl will not complain and store the
# body of the 404 in the file :/. So we check here whether we actually
# got a valid archive; `tar` will fail if not.
tar -tf "{{ .name }}.tar.gz"
tar -tf "{{ .name }}.tar.gz" >/dev/null
# Remove old version of the app
if [[ -d "$target_directory/{{ .name }}" ]]
then
......
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