mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
style change
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#!/bin/bash
|
||||
APP="$1"
|
||||
CONTAINER="$2"
|
||||
APP="$1"; CONTAINER="$2"
|
||||
|
||||
if [[ -f "$HOME/DOMAIN" ]]; then
|
||||
DOMAIN=$(< "$HOME/DOMAIN")
|
||||
|
||||
Reference in New Issue
Block a user