1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00

fix logging

This commit is contained in:
lapineige 2023-05-02 11:11:41 +02:00 committed by GitHub
parent c6306080fa
commit 94acbad4ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,8 +57,8 @@ export MAKEDEB_RELEASE='makedeb' # for non interactive https://docs.makedeb.org/
ynh_exec_as $app -s $SHELL -c "$(wget -qO - 'https://shlink.makedeb.org/install')" # -c because -ci is for interractive environnement
git clone 'https://mpr.makedeb.org/just'
cd just
echo $(which makedeb)
echo $(whereis makedeb)
echo $(ynh_exec_as $app -s $SHELL -c which makedeb)
echo $(ynh_exec_as $app -s $SHELL -c whereis makedeb)
ynh_exec_as $app -s $SHELL makedeb -si
cd ..