This commit is contained in:
Alexandre Aubin 2024-01-10 21:44:31 +01:00
parent 8e267559a7
commit ac8108a352

View file

@ -8,7 +8,7 @@ _STUFF_TO_RUN_BEFORE_INITIAL_SNAPSHOT()
{ {
# Print the version of YunoHost from the LXC container # Print the version of YunoHost from the LXC container
log_small_title "YunoHost versions" log_small_title "YunoHost versions"
lxc exec $LXC_NAME -t -- /bin/bash -c "yunohost --version" | tee -a "$full_log" >/dev/null lxc exec $LXC_NAME -t -- /bin/bash -c "yunohost --version" | tee -a "$full_log"
log_title "Package linter" log_title "Package linter"
./package_linter/package_linter.py "$package_path" | tee -a "$full_log" ./package_linter/package_linter.py "$package_path" | tee -a "$full_log"