Skip to content

Commit

Permalink
added scaffold for onboard
Browse files Browse the repository at this point in the history
  • Loading branch information
salverius-tech committed Apr 18, 2024
1 parent 6f23f3d commit 644d3c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions services-scaffold/onboard/build-up.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

###############################################
# ONBOARD build up script
###############################################

# Include in this script any commands related to the build up of this service.

mkdir -p ./etc/onboard/cache
9 changes: 9 additions & 0 deletions services-scaffold/onboard/tear-down.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

###############################################
# OBOARD tear down script
###############################################

# Include in this script any commands related to the tear down of this service.

sudo rm -rf ./etc/onboard

0 comments on commit 644d3c3

Please sign in to comment.