1
0
Fork 0
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:
Alexandre Aubin 2024-01-06 18:22:22 +01:00 committed by GitHub
parent e965b44025
commit cd10f499b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#================================================= #=================================================