# HG changeset patch # User Paul Issott # Date 1487876077 0 # Node ID a82f38aff5baf54a69dcb5a2b4ee4a861012db34 # Parent 5b973f92e669f9c9363071ee0858176159a626dc Tiny edit diff -r 5b973f92e669 -r a82f38aff5ba plugins/users/users.cgi --- a/plugins/users/users.cgi Thu Feb 23 02:50:40 2017 +0100 +++ b/plugins/users/users.cgi Thu Feb 23 18:54:37 2017 +0000 @@ -216,7 +216,7 @@ cat $PEOPLE/$USER/profile.txt | wiki_parser fi - # Run user.sh that plugins can provide to add content to a profile + # Run user.sh so that plugins can provide to add content to a profile for script in $(ls $plugins/*/user.sh); do . ${script} done