From 588fe3de39b96961642d19ede2ef8f69551c35dd Mon Sep 17 00:00:00 2001 From: Kevin Bernhagen Date: Mon, 23 Oct 2023 17:39:03 -0700 Subject: [PATCH] OSX: organize credits in background on install Organize credits in background on install. Some may have thousands of files. Script moves less than 100/sec on SSD. --- install/osx/scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/osx/scripts/postinstall b/install/osx/scripts/postinstall index 3b4779c..94fdd17 100755 --- a/install/osx/scripts/postinstall +++ b/install/osx/scripts/postinstall @@ -12,7 +12,7 @@ chown -R nobody:nobody "$RUN_DIR" PLIST=/Library/LaunchDaemons/org.foldingathome.fahclient.plist -"$SCRIPTS"/organize-credits.sh || true +"$SCRIPTS"/organize-credits.sh & # Start service chmod 0644 "$PLIST"