Searched refs:DW_PATH (Results 1 – 4 of 4) sorted by relevance
26 DW_PATH=$132 if [[ ! -d "${DW_PATH}" ]] ; then33 echo "ERROR: DW_PATH ${DW_PATH} is not a directory"37 if [[ ! -e "${DW_PATH}/doku.php" ]] ; then38 echo "ERROR: DW_PATH ${DW_PATH} does not contain a DokuWiki installation (checked for doku.php)"42 if [[ ! -d "${DW_PATH}/${PROTECTED_DIR}" ]] ; then43 echo "ERROR: PROTECTED_DIR ${DW_PATH}/${PROTECTED_DIR} is not a directory"47 for file in $(find "${DW_PATH}" -type f -depth | grep -v "^${DW_PATH}/${PROTECTED_DIR}/") ; do52 find "${DW_PATH}" -mindepth 1 -type d | \53 grep -v "^${DW_PATH}/${PROTECTED_DIR}$" | \[all …]
122 test -n "$DW_PATH" || DW_PATH="./"138 paths[dw]=$(realpath --canonicalize-missing "$DW_PATH")
69 "DW_PATH" => dw_path,78 "DW_PATH" => dw_path,85 "DW_PATH" => dw_path
26 dw_path="${DW_PATH}"