From 9de7e320bf89a7f15ca95860d458dd2a69865689 Mon Sep 17 00:00:00 2001 From: Gao Wang Date: Thu, 28 Jan 2021 12:05:45 -0500 Subject: [PATCH] change option to prune_only --- src/statgen-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/statgen-setup b/src/statgen-setup index a96f628..2c53796 100755 --- a/src/statgen-setup +++ b/src/statgen-setup @@ -156,8 +156,8 @@ bash: expand = True printf "New user created: {my_name}_{_index+1}:{my_name}_{_passwd}\n" [clean] -# to only clean up network for unused IP and leave servers running -parameter: network_only = False +# to only prune unused resource (eg IP) and leave servers running +parameter: prune_only = False import os fail_if(not os.geteuid() == 0, msg = 'This command is only meant for root user (eg, use ``sudo`` to run it)') bash: