mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Handle --force-tty flag in fn-run
This commit is contained in:
@@ -21,6 +21,10 @@ fn-run() {
|
||||
export DOKKU_DISABLE_TTY=true
|
||||
shift
|
||||
;;
|
||||
--force-tty)
|
||||
export DOKKU_FORCE_TTY=true
|
||||
shift
|
||||
;;
|
||||
--cron-id)
|
||||
if [[ ! $2 ]]; then
|
||||
dokku_log_warn "expected $1 to have an argument"
|
||||
|
||||
Reference in New Issue
Block a user