Loading entrypoint.sh +8 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,14 @@ daemon () { -g sopds \ sh -c \ "${CONTROL} migrate && \ ${CONTROL} sopds_util setconf SOPDS_ROOT_LIB '/books' && \ ${CONTROL} sopds_util setconf SOPDS_ZIPSCAN True && \ ${CONTROL} sopds_util setconf SOPDS_ZIPCODEPAGE 'utf-8' && \ ${CONTROL} sopds_util setconf SOPDS_INPX_ENABLE True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES True && \ ${CONTROL} sopds_util setconf SOPDS_DELETE_LOGICAL True && \ ${CONTROL} sopds_util setconf SOPDS_SCAN_START_DIRECTLY True && \ exec ${CONTROL} sopds_scanner start --verbose $@" } Loading Loading
entrypoint.sh +8 −0 Original line number Diff line number Diff line Loading @@ -33,6 +33,14 @@ daemon () { -g sopds \ sh -c \ "${CONTROL} migrate && \ ${CONTROL} sopds_util setconf SOPDS_ROOT_LIB '/books' && \ ${CONTROL} sopds_util setconf SOPDS_ZIPSCAN True && \ ${CONTROL} sopds_util setconf SOPDS_ZIPCODEPAGE 'utf-8' && \ ${CONTROL} sopds_util setconf SOPDS_INPX_ENABLE True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES True && \ ${CONTROL} sopds_util setconf SOPDS_DELETE_LOGICAL True && \ ${CONTROL} sopds_util setconf SOPDS_SCAN_START_DIRECTLY True && \ exec ${CONTROL} sopds_scanner start --verbose $@" } Loading