style change

This commit is contained in:
Jeff Lindsay
2013-06-09 20:49:13 -07:00
parent dc66ec9903
commit f9e02cd418

View File

@@ -1,6 +1,5 @@
#!/bin/bash
APP="$1"
CONTAINER="$2"
APP="$1"; CONTAINER="$2"
if [[ -f "$HOME/DOMAIN" ]]; then
DOMAIN=$(< "$HOME/DOMAIN")