diff options
author | redmatrix <git@macgirvin.com> | 2016-01-22 02:25:05 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-22 02:25:05 -0800 |
commit | d70f69566f05e28a3a74f660658b8bc924181ad9 (patch) | |
tree | 720d222ad67a42b53c5d471db8d4cc4b0f2ee11b /library/jqupload/server/node/server.js | |
parent | 48495f41e898498a91a1b3d9e8fa1950e60a12de (diff) | |
parent | 47f7750f26710e0c45dc434700ab408ed15ec052 (diff) | |
download | volse-hubzilla-d70f69566f05e28a3a74f660658b8bc924181ad9.tar.gz volse-hubzilla-d70f69566f05e28a3a74f660658b8bc924181ad9.tar.bz2 volse-hubzilla-d70f69566f05e28a3a74f660658b8bc924181ad9.zip |
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'library/jqupload/server/node/server.js')
-rwxr-xr-x | library/jqupload/server/node/server.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/jqupload/server/node/server.js b/library/jqupload/server/node/server.js index 5eb07a6ed..e489772b5 100755 --- a/library/jqupload/server/node/server.js +++ b/library/jqupload/server/node/server.js @@ -1,4 +1,4 @@ -#!/usr/bin/env node +#!/usr/bin/nodejs /* * jQuery File Upload Plugin Node.js Example 2.1.1 * https://github.com/blueimp/jQuery-File-Upload |