Skip to content

Commit

Permalink
OSX: organize credits in background on install
Browse files Browse the repository at this point in the history
Organize credits in background on install.
Some may have thousands of files.
Script moves less than 100/sec on SSD.
  • Loading branch information
kbernhagen committed Oct 25, 2023
1 parent 6b482c8 commit 588fe3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/osx/scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 588fe3d

Please sign in to comment.