Skip to content

Commit

Permalink
cleanup loging
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Jan 16, 2022
1 parent 6afab03 commit 8740a8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions molior-build-upload
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ if [ -z "$VERSION" ]; then
usage "No version specified"
fi

if [ -z "$MOLIOR_SERVER" ]; then
usage "No molior server specified"
fi

args=""
for f in $@
do
Expand Down
2 changes: 1 addition & 1 deletion plugins/vbox.plugin
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ preinit_deployment_vbox()
OLD_KERNEL=0
fi

log "using virtualbox "`vboxmanage -v`
log "using virtualbox "`vboxmanage -v | grep -v -e WARNING -e '^ ' -e '^$'`
}

init_deployment_vbox()
Expand Down

0 comments on commit 8740a8d

Please sign in to comment.