Changeset 13584

Show
Ignore:
Timestamp:
02/23/12 23:55:32 (1 year ago)
Author:
p_lindheimer
Message:

make sure the /var/www/html directory is owned by asterisk since yum updates can break that

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.10/amp_conf/bin/freepbx_engine

    r13580 r13584  
    262262  # this is the default CentOS location, may not work for other Linux distros 
    263263  [ -d /var/lib/php/session ] && chown -R $AMPASTERISKWEBUSER:$AMPASTERISKWEBGROUP /var/lib/php/session 
     264  [ -d /var/www/html ] && chown $AMPASTERISKWEBUSER:$AMPASTERISKWEBGROUP /var/www/html 
    264265 
    265266  echo Permissions OK