mirror of https://github.com/BOINC/boinc.git
Fix DB version scripts
- db_update.php is not executable, db_schemaversion.php is NOTE: I suggest that we not use .php for executable scripts
This commit is contained in:
parent
9df3e3df95
commit
962a7ff6bf
|
@ -6362,3 +6362,10 @@ Rom 24 Oct 2012
|
|||
tools\
|
||||
make_project
|
||||
upgrade
|
||||
|
||||
David 24 Oct 2012
|
||||
- db_update.php is not executable, db_schemaversion.php is
|
||||
NOTE: I suggest that we not use .php for executable scripts
|
||||
|
||||
html/ops/
|
||||
db_update.php
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#! /usr/bin/env php
|
||||
<?php
|
||||
// This file is part of BOINC.
|
||||
// http://boinc.berkeley.edu
|
||||
|
|
Loading…
Reference in New Issue