added a starter image to run jobs with

This commit is contained in:
Michael Woods
2025-01-06 20:57:03 -05:00
parent 0a2b1f5e37
commit 1a5f216278
3 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
useradd -m -s /bin/bash "$1"
mkdir -p "/home/$1/.packetserver/artifacts"
mkdir -p "/home/$1/.packetserver/objects"