mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-15 13:32:59 +02:00
Fix permission change of existing directories at core updates.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
extract_files() {
|
||||
echo "Extracting files..."
|
||||
tar xvf /opt/pakfire/tmp/files -p --numeric-owner -C /
|
||||
tar xvf /opt/pakfire/tmp/files --no-overwrite-dir -p --numeric-owner -C /
|
||||
echo "...Finished."
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user