Improve UI for package and clean scripts

This commit is contained in:
Fabio Rehm 2014-03-08 02:34:51 -03:00
parent bd9b2e8957
commit 8fec240ae6
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,6 @@
#!/bin/bash
set -e
container_name=$1
package=$2
source common/ui.sh
echo " Will package '${container_name}' as '${package}'"
info "Packaging '${CONTAINER}' to '${PACKAGE}'..."

View file

@ -1,6 +1,6 @@
#!/bin/bash
set -e
container_name=$1
source common/ui.sh
echo " Will cleanup '${container_name}'"
info "Cleaning up '${CONTAINER}'..."