File manager - Edit - /usr/local/jetapps/usr/share/rear/output/default/250_create_lock.sh
Back
# create a lockfile in $OUTPUT_PREFIX to avoid that mkrescue overwrites ISO/PXE/LOGFILE # made by a previous mkrescue run when the variable KEEP_OLD_OUTPUT_COPY has been set # do not do this for tapes and special attention for file:///path local scheme="$( url_scheme "$OUTPUT_URL" )" local path="$( url_path "$OUTPUT_URL" )" # if filesystem access to url is unsupported return silently (e.g. scheme tape) scheme_supports_filesystem $scheme || return 0 local opath="$( output_path "$scheme" "$path" )" if test -d "${opath}" ; then > "${opath}/.lockfile" || Error "Could not create '${opath}/.lockfile'" fi
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings