[LON-CAPA-cvs] cvs: doc /loncapafiles axe_config_check.piml
raeburn
raeburn at source.lon-capa.org
Sat Aug 1 07:24:15 EDT 2026
raeburn Sat Aug 1 11:24:15 2026 EDT
Modified files:
/doc/loncapafiles axe_config_check.piml
Log:
- Typo
Index: doc/loncapafiles/axe_config_check.piml
diff -u doc/loncapafiles/axe_config_check.piml:1.6 doc/loncapafiles/axe_config_check.piml:1.7
--- doc/loncapafiles/axe_config_check.piml:1.6 Sat Aug 1 11:21:29 2026
+++ doc/loncapafiles/axe_config_check.piml Sat Aug 1 11:24:15 2026
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/piml.dtd">
<!-- axe_config_check.piml -->
-<!-- $Id: axe_config_check.piml,v 1.6 2026/08/01 11:21:29 raeburn Exp $ -->
+<!-- $Id: axe_config_check.piml,v 1.7 2026/08/01 11:24:15 raeburn Exp $ -->
<!--
@@ -97,7 +97,7 @@
POSIX::setuid($wwwuid);
# Verify that the switch was successful
if ($) == $wwwgid && $> == $wwwuid) {
- my @args = ('npm','install',--ignore-scripts');
+ my @args = ('npm','install','--ignore-scripts');
exec { $args[0] } @args;
} else {
print "Failed to switch to www:www in forked child process.\n";
More information about the LON-CAPA-cvs
mailing list