mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 11:35:54 +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 --preserve --numeric-owner -C /
|
||||
tar xvf /opt/pakfire/tmp/files --no-overwrite-dir --preserve --numeric-owner -C /
|
||||
echo "...Finished."
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user