mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix upgrade of package_check itself
This commit is contained in:
parent
e18cabbd8a
commit
7519d4ae8c
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ sudo rm -r "$script_dir/upgrade"
|
|||
echo "$check_version" > "$version_file"
|
||||
rm "$script_dir/pcheck.lock"
|
||||
# Execute package check by replacement of this process
|
||||
exec "$script_dir/package_check.sh" "$arguments"
|
||||
exec "$script_dir/package_check.sh" "${arguments[@]}"
|
||||
EOF
|
||||
|
||||
# Get the last version of app_levels/en.json
|
||||
|
|
Loading…
Add table
Reference in a new issue