1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/13ft_ynh.git synced 2024-09-03 18:06:03 +02:00
This commit is contained in:
Alexandre Aubin 2024-01-06 21:55:44 +01:00 committed by GitHub
parent fd437a62ac
commit 99f5a4e661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,10 @@ 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
ls -l $install_dir
ls -l $install_dir/app
ls -l $install_dir/app/index.py
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE
#================================================= #=================================================