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:
David Anderson 2012-10-24 15:23:17 -07:00 committed by Oliver Bock
parent 9df3e3df95
commit 962a7ff6bf
2 changed files with 7 additions and 1 deletions

View File

@ -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
html/ops/db_update.php Executable file → Normal file
View File

@ -1,4 +1,3 @@
#! /usr/bin/env php
<?php
// This file is part of BOINC.
// http://boinc.berkeley.edu