Changeset 13736 in hybrid for branches/releng-11/nanobsd/files/tools
- Timestamp:
- Jan 18, 2017, 10:51:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/tools/wl-config
r13725 r13736 244 244 # Clear out tempdir when done 245 245 if [ ${OPT_MOUNT} -eq 1 ]; then 246 trap "rm -Rf ${TMPDIR}; umount /cfg; mount -ro noatime /;exit" 0 1 2 3 15246 trap "rm -Rf ${TMPDIR}; umount /cfg; exit" 0 1 2 3 15 247 247 else 248 248 trap "rm -Rf ${TMPDIR}; exit" 0 1 2 3 15 … … 252 252 # Mount if requested 253 253 if [ ${OPT_MOUNT} -eq 1 ]; then 254 mount -uwo noatime /255 254 mount /cfg 256 255 fi
Note:
See TracChangeset
for help on using the changeset viewer.