mirror of
https://github.com/YunoHost-Apps/13ft_ynh.git
synced 2024-09-03 18:06:03 +02:00
Update scripts/install: tmp debug
This commit is contained in:
parent
e965b44025
commit
cd10f499b3
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ pushd $install_dir
|
||||||
ynh_exec_as $app "$install_dir/venv/bin/pip" install -r requirements.txt
|
ynh_exec_as $app "$install_dir/venv/bin/pip" install -r requirements.txt
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# Tmp debug ...
|
||||||
|
ls -l $install_dir
|
||||||
|
ls -l $install_dir/venv/
|
||||||
|
ls -l $install_dir/venv/bin/
|
||||||
|
ls -l $install_dir/venv/bin/python3
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# START SYSTEMD SERVICE
|
# START SYSTEMD SERVICE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue