Handle --force-tty flag in fn-run

This commit is contained in:
Tasos Maschalidis
2024-02-11 11:50:34 +02:00
parent 180cc6204b
commit a62cb1de8f

View File

@@ -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"