Browse Source

Force copy library

bryan 2 years ago
parent
commit
b577fc1155
1 changed files with 1 additions and 1 deletions
  1. 1 1
      installJRMC

+ 1 - 1
installJRMC

@@ -1458,7 +1458,7 @@ migrateLibrary() {
     [[ -d "$previous_config_path" ]] &&
     mkdir -p "$current_config_path"; then
         echo "Migrating $previous_config_path to $current_config_path"
-        cp -a "$previous_config_path"/* "$current_config_path" &>/dev/null
+        cp -fa "$previous_config_path"/* "$current_config_path" &>/dev/null
     fi
 }