mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Fix some issues with auto-upgrade
This commit is contained in:
parent
a34d8db619
commit
ff09152913
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ then
|
|||
# Clone in another directory
|
||||
git clone --quiet $git_repository "$script_dir/upgrade"
|
||||
cp -a "$script_dir/upgrade/." "$script_dir/."
|
||||
rm -r "$script_dir/upgrade"
|
||||
sudo rm -r "$script_dir/upgrade"
|
||||
# Update the version file
|
||||
echo "$check_version" > "$version_file"
|
||||
rm "$script_dir/pcheck.lock"
|
||||
|
|
Loading…
Add table
Reference in a new issue