Fix upgrade of package_check itself

This commit is contained in:
Maniack Crudelis 2020-04-16 12:34:14 +02:00
parent e18cabbd8a
commit 7519d4ae8c

View file

@ -255,7 +255,7 @@ sudo rm -r "$script_dir/upgrade"
echo "$check_version" > "$version_file" echo "$check_version" > "$version_file"
rm "$script_dir/pcheck.lock" rm "$script_dir/pcheck.lock"
# Execute package check by replacement of this process # Execute package check by replacement of this process
exec "$script_dir/package_check.sh" "$arguments" exec "$script_dir/package_check.sh" "${arguments[@]}"
EOF EOF
# Get the last version of app_levels/en.json # Get the last version of app_levels/en.json