From 5377df38e29786e89092cdaf72fe0ca7e6c35d4d Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Fri, 9 Aug 2013 12:50:10 -0600 Subject: [PATCH] Pass -w option to newnode ... --- www/newnodes_list.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/newnodes_list.php3 b/www/newnodes_list.php3 index 60668f44a..45333b25a 100644 --- a/www/newnodes_list.php3 +++ b/www/newnodes_list.php3 @@ -1,6 +1,6 @@ Creating nodes - this could take a while, please wait\n"; echo "
\n"; echo "
\n";
-    passthru("$TBSUEXEC_PATH $uid $gid webnewnode $option $nodelist 2>&1");
+    passthru("$TBSUEXEC_PATH $uid $gid webnewnode $option -w $nodelist 2>&1");
     echo "
\n"; echo "
\n"; } -- GitLab