mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
printf error message to stderr
This commit is contained in:
parent
aa6b067d65
commit
efa3a42f5e
@ -65,7 +65,7 @@ verlt() {
|
||||
|
||||
version_error()
|
||||
{
|
||||
printf "You must upgrade to %s first.\nPlease refer to https://github.com/sleede/fab-manager/blob/master/doc/production_readme.md#update-fab-manager for instructions\n" "$1"
|
||||
printf "\n\nYou must upgrade Fab-manager to %s first.\nPlease refer to https://github.com/sleede/fab-manager/blob/master/doc/production_readme.md#update-fab-manager for instructions\n" "$1" 1>&2
|
||||
exit 3
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user