mirror of
https://github.com/dokku/dokku.git
synced 2026-02-23 19:50:34 +01:00
Redirect missing key_file warning to stderr
This commit is contained in:
2
debian/preinst
vendored
2
debian/preinst
vendored
@@ -61,7 +61,7 @@ case "$1" in
|
||||
db_get "dokku/key_file"
|
||||
if [ ! -f "$RET" ]; then
|
||||
echo "Error: keyfile '$RET' not found." >&2
|
||||
echo " To deploy, you will need to generate a keypair and add with 'dokku ssh-keys:add'."
|
||||
echo " To deploy, you will need to generate a keypair and add with 'dokku ssh-keys:add'." >&2
|
||||
db_reset "dokku/key_file"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user