Changeset 1188


Ignore:
Timestamp:
Jun 12, 2009, 1:35:28 AM (15 years ago)
Author:
andersk
Message:
webaccess: No more chmod 777 .ht*.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/locker/bin/webaccess

    r133 r1188  
    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.