Skip to content

Commit

Permalink
change option to prune_only
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Jan 28, 2021
1 parent 744b5b3 commit 9de7e32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/statgen-setup
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9de7e32

Please sign in to comment.