From 95479db6883acd78aad0fc2843bdecf1196e0d00 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 27 Feb 2023 11:18:18 -0500 Subject: [PATCH] Pull migrateLibrary out of eval --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index d6c8978..af6834e 100755 --- a/installJRMC +++ b/installJRMC @@ -1539,7 +1539,7 @@ migrateLibrary() { [[ -d "$previous_config_path" ]] && mkdir -p "$current_config_path"; then echo "Migrating $previous_config_path to $current_config_path" - execute cp -fa "$previous_config_path"/* "$current_config_path" + cp -fa "$previous_config_path"/* "$current_config_path" fi }