mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
do not use ynh_print_warn here
This commit is contained in:
parent
efdd287bff
commit
c20ac160cc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
if [ -z "$YNH_APP_BASEDIR" ];
|
||||
then
|
||||
ynh_print_warn --message="YNH_APP_BASEDIR is not defined, many helpers use it, please define it!"
|
||||
echo -e "YNH_APP_BASEDIR is not defined, many helpers use it, please define it!" >&2
|
||||
YNH_APP_BASEDIR=$(realpath ..)
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue