Loading entrypoint.sh +10 −10 Original line number Diff line number Diff line Loading @@ -33,24 +33,24 @@ daemon () { -g sopds \ sh -c \ "${CONTROL} migrate && \ # Essential # First (fast) scan on start ${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_DELETE_LOGICAL True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_ENABLE True && \ # First (fast) scan on start ${CONTROL} sopds_util setconf SOPDS_INPX_SKIP_UNCHANGED False && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP False && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES False && \ ${CONTROL} sopds_scanner scan --verbose # Second (slow) scan on start ${CONTROL} sopds_util setconf SOPDS_INPX_SKIP_UNCHANGED False && \ ${CONTROL} sopds_util setconf SOPDS_INPX_SKIP_UNCHANGED True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES True && \ ${CONTROL} sopds_scanner scan --verbose # Scheduled scan ${CONTROL} sopds_scanner scan --verbose $@ && \ # Schedule new scan ${CONTROL} sopds_util setconf SOPDS_SCAN_START_DIRECTLY True && \ # Scheduled scan ${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_DELETE_LOGICAL True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_ENABLE True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_SKIP_UNCHANGED True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES True && \ Loading Loading
entrypoint.sh +10 −10 Original line number Diff line number Diff line Loading @@ -33,24 +33,24 @@ daemon () { -g sopds \ sh -c \ "${CONTROL} migrate && \ # Essential # First (fast) scan on start ${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_DELETE_LOGICAL True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_ENABLE True && \ # First (fast) scan on start ${CONTROL} sopds_util setconf SOPDS_INPX_SKIP_UNCHANGED False && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP False && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES False && \ ${CONTROL} sopds_scanner scan --verbose # Second (slow) scan on start ${CONTROL} sopds_util setconf SOPDS_INPX_SKIP_UNCHANGED False && \ ${CONTROL} sopds_util setconf SOPDS_INPX_SKIP_UNCHANGED True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES True && \ ${CONTROL} sopds_scanner scan --verbose # Scheduled scan ${CONTROL} sopds_scanner scan --verbose $@ && \ # Schedule new scan ${CONTROL} sopds_util setconf SOPDS_SCAN_START_DIRECTLY True && \ # Scheduled scan ${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_DELETE_LOGICAL True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_ENABLE True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_SKIP_UNCHANGED True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_ZIP True && \ ${CONTROL} sopds_util setconf SOPDS_INPX_TEST_FILES True && \ Loading