mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
force remove $package_path during a custom upgrade
This commit is contained in:
parent
c3dc035f23
commit
2ecb6cb3e8
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ TEST_UPGRADE () {
|
|||
local ret=$?
|
||||
|
||||
# Then replace the backup
|
||||
rm -r "$package_path"
|
||||
rm -rf "$package_path"
|
||||
mv "${package_path}_back" "$package_path"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue