Skip to content
Snippets Groups Projects
Commit 717acd4e authored by Sebastian Karius's avatar Sebastian Karius
Browse files

dev coder filebrowser module

parent cc0710d0
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,7 @@ if [ "${DB_PATH}" != "filebrowser.db" ]; then
DB_FLAG=" -d ${DB_PATH}"
fi
printf "/@${OWNER_NAME}/${WORKSPACE_NAME}.${RESOURCE_NAME}/apps/filebrowser"
# set baseurl if owner_name and workspace_name is set
if [ "${OWNER_NAME}" != "" ] && [ "${WORKSPACE_NAME}" != "" ]; then
filebrowser config set --baseurl "/@${OWNER_NAME}/${WORKSPACE_NAME}.${RESOURCE_NAME}/apps/filebrowser" > ${LOG_PATH} 2>&1
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment