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:
parent
c6306080fa
commit
94acbad4ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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'
|
git clone 'https://mpr.makedeb.org/just'
|
||||||
cd just
|
cd just
|
||||||
echo $(which makedeb)
|
echo $(ynh_exec_as $app -s $SHELL -c which makedeb)
|
||||||
echo $(whereis makedeb)
|
echo $(ynh_exec_as $app -s $SHELL -c whereis makedeb)
|
||||||
ynh_exec_as $app -s $SHELL makedeb -si
|
ynh_exec_as $app -s $SHELL makedeb -si
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue