Changeset 1273

Show
Ignore:
Timestamp:
03/25/06 01:57:15 (7 years ago)
Author:
qldrob
Message:

[ ircbug ] ./install_amp not working
Forgot to quote 0755, so it was being interepreted as octal. Fixed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/install_amp

    r1254 r1273  
    253253        if (!file_exists($destination)) { 
    254254          if ((!$dryrun) && ($destination != "")) { 
    255             amp_mkdir($destination, 0750, true); 
     255            amp_mkdir($destination, "0750", true); 
    256256          } 
    257257        }