mooleshacat
  • Joined on 2026-06-18
mooleshacat pushed to fix/traps at catspeed-cc/owrt-dev-suite 2026-08-04 20:27:43 -04:00
66f84e2d72 fix: remove exit_with_error from pid functions inside earlyscript.functions.sh
mooleshacat pushed to fix/traps at catspeed-cc/owrt-dev-suite 2026-08-04 20:20:07 -04:00
a3f78faca7 fix: enable PID file for both scripts
mooleshacat pushed to fix/traps at catspeed-cc/owrt-dev-suite 2026-08-04 16:05:23 -04:00
8ad1d0c5c5 fix: rename PID_DIR -> TMP_DIR
mooleshacat pushed to fix/traps at catspeed-cc/owrt-dev-suite 2026-08-04 13:34:04 -04:00
ccba271560 fix: added log_debug for source lib/common.sh for future debugging late header
mooleshacat pushed to fix/traps at catspeed-cc/owrt-dev-suite 2026-08-04 13:28:04 -04:00
ba68adef2d feat: tie in remove_pidfile to exit_with_* functions
mooleshacat pushed to fix/traps at catspeed-cc/owrt-dev-suite 2026-08-04 13:02:43 -04:00
0b34dbfd06 feat: pid file management functions required for parent trap
mooleshacat pushed to fix/traps at catspeed-cc/owrt-dev-suite 2026-08-03 17:17:58 -04:00
29837cb801 fix: custom trap for 'owrt-build-all' set up, need to design trap
mooleshacat created branch fix/traps in catspeed-cc/owrt-dev-suite 2026-08-03 17:17:58 -04:00
mooleshacat deleted branch feat/dryrun from catspeed-cc/owrt-dev-suite 2026-08-03 15:01:54 -04:00
mooleshacat pushed to development at catspeed-cc/owrt-dev-suite 2026-08-03 14:57:05 -04:00
2a3fe5d4b3 update: .config files for tplink_archer-c7-v2.config
20a040ba8c fix: removed set +/-e pattern, applied pattern to prevent early termination
202362fbb7 fix: use set +/-e pattern instead
311e31d00d fix: add debug line to check return from child/subshell
df9463329e fix: use subshell to capture the exit then check the return
Compare 39 commits »
mooleshacat pushed to feat/dryrun at catspeed-cc/owrt-dev-suite 2026-08-03 14:56:24 -04:00
2a3fe5d4b3 update: .config files for tplink_archer-c7-v2.config
mooleshacat pushed to feat/dryrun at catspeed-cc/owrt-dev-suite 2026-08-03 11:25:11 -04:00
20a040ba8c fix: removed set +/-e pattern, applied pattern to prevent early termination
mooleshacat pushed to feat/dryrun at catspeed-cc/owrt-dev-suite 2026-08-03 11:21:26 -04:00
202362fbb7 fix: use set +/-e pattern instead
311e31d00d fix: add debug line to check return from child/subshell
df9463329e fix: use subshell to capture the exit then check the return
691eed11f0 fix: put the child script in a subshell so the exit call only exits the subshell
a4b62028bc fix: put the child script in a subshell so the exit call only exits the subshell
Compare 10 commits »
mooleshacat created branch feat/dryrun in catspeed-cc/owrt-dev-suite 2026-08-03 11:21:26 -04:00
mooleshacat deleted branch feat/dryrun from catspeed-cc/owrt-dev-suite 2026-08-03 11:21:18 -04:00
mooleshacat pushed to feat/dryrun at catspeed-cc/owrt-dev-suite 2026-08-03 11:01:23 -04:00
9b9d20a688 fix: fixed a variable name and few other things
mooleshacat pushed to feat/dryrun at catspeed-cc/owrt-dev-suite 2026-08-03 10:44:19 -04:00
49cc398c2c feat: add internal use called by parameter, and return only if called by internal scripts
202362fbb7 fix: use set +/-e pattern instead
311e31d00d fix: add debug line to check return from child/subshell
df9463329e fix: use subshell to capture the exit then check the return
691eed11f0 fix: put the child script in a subshell so the exit call only exits the subshell
Compare 10 commits »
mooleshacat created branch feat/dryrun in catspeed-cc/owrt-dev-suite 2026-08-03 10:44:19 -04:00
mooleshacat pushed to development at catspeed-cc/owrt-dev-suite 2026-07-31 11:19:49 -04:00
8166b1f8bb fix: updated validation functions for RAWMOD_LIST and CALDATA_LIST
mooleshacat pushed to development at catspeed-cc/owrt-dev-suite 2026-07-31 11:12:14 -04:00
7e34fc0ad3 fix: moved array declatation into lib/common.sh