Changeset 1188
- Timestamp:
- Jun 12, 2009, 1:35:28 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/locker/bin/webaccess
r133 r1188 167 167 if [ -s "$tmp_htaccess" ]; then 168 168 echo "Updating $htaccess" >&2 169 chmod 777 "$tmp_htaccess"170 169 mv -f "$tmp_htaccess" "$htaccess" 171 170 else … … 181 180 if [ $enable_auth -eq 1 ]; then 182 181 if [ ! -e "$authuserfile" ]; then touch "$authuserfile"; fi 183 chmod 777 "$authuserfile"184 182 185 183 tmp_authuserfile=$authuserfile.webaccess-new … … 216 214 217 215 exec 3>&- 218 chmod 777 "$tmp_authuserfile"219 216 mv -f "$tmp_authuserfile" "$authuserfile" 220 217 trap - EXIT
Note: See TracChangeset
for help on using the changeset viewer.