6 lines
92 B
Bash
Executable file
6 lines
92 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
source common/ui.sh
|
|
|
|
info "Packaging '${CONTAINER}' to '${PACKAGE}'..."
|