From fd437a62acb125c7ee3fc068a7f65958b907c756 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:14:06 +0100 Subject: [PATCH] Update install: remove tmp debug --- scripts/install | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/install b/scripts/install index e978177..5eb1128 100755 --- a/scripts/install +++ b/scripts/install @@ -41,12 +41,6 @@ pushd $install_dir ynh_exec_as $app "$install_dir/venv/bin/pip" install -r requirements.txt 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 #=================================================