Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
freePBX
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 11
[-]
[+]
Changed
freepbx.spec
@@ -64,7 +64,7 @@ # Only process the next section if it's a new install # check this by testing for the existence of asterisk:admin table /usr/bin/mysql --batch --user=root --password=passw0rd --execute="select count(*) from admin;" asterisk 2>/dev/null -if [ "$?" -ne 0 ] +if [ "$?" -ne 0 ] ; then #create SQL table for FreePBX.org /usr/bin/mysqladmin create asterisk --user=root --password=passw0rd 2>/dev/null