mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Woopsies
This commit is contained in:
parent
8e267559a7
commit
ac8108a352
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue