Add new so-user-enable script and change so-user-disable to call 'so-user disable' instead of deleting the SOC user

This commit is contained in:
Jason Ertel
2020-09-08 16:24:11 -04:00
parent 7c41c31359
commit 710a2be422
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash #!/bin/bash
so-user delete $* so-user disable $*

View File

@@ -0,0 +1,2 @@
#!/bin/bash
so-user enable $*