Ignore:
Timestamp:
Jun 14, 2009, 5:26:53 AM (15 years ago)
Author:
mitchb
Message:
Merge r1178:1197 from trunk to branches/fc11-dev
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc11-dev/locker/bin/webaccess

    r133 r1198  
    167167    if [ -s "$tmp_htaccess" ]; then
    168168        echo "Updating $htaccess" >&2
    169         chmod 777 "$tmp_htaccess"
    170169        mv -f "$tmp_htaccess" "$htaccess"
    171170    else
     
    181180if [ $enable_auth -eq 1 ]; then
    182181    if [ ! -e "$authuserfile" ]; then touch "$authuserfile"; fi
    183     chmod 777 "$authuserfile"
    184182   
    185183    tmp_authuserfile=$authuserfile.webaccess-new
     
    216214   
    217215    exec 3>&-
    218     chmod 777 "$tmp_authuserfile"
    219216    mv -f "$tmp_authuserfile" "$authuserfile"
    220217    trap - EXIT
Note: See TracChangeset for help on using the changeset viewer.