We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90c8fe commit f8b4816Copy full SHA for f8b4816
lgsm/modules/core_exit.sh
@@ -14,7 +14,7 @@ fn_exit_dev_debug() {
14
if [ -f "${rootdir}/dev-debug.log" ]; then
15
grep -a "modulefile=" "${rootdir}/dev-debug.log" | sed 's/modulefile=//g' > "${rootdir}/dev-debug-module-order.log"
16
elif [ -f "${lgsmlogdir}/dev-debug.log" ]; then
17
- grep -a "modulefile=" "${lgsmlogdir}/dev-debug.log" | sed 's/modulefile=//g' > "${rootdir}/dev-debug-module-order.log"
+ grep -a "modulefile=" "${lgsmlogdir}/dev-debug.log" | sed 's/modulefile=//g' > "${lgsmlogdir}/dev-debug-module-order.log"
18
fi
19
20
}
0 commit comments