.
This commit is contained in:
8
templates/dropshell-agent/install.sh
Normal file
8
templates/dropshell-agent/install.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# INSTALL SCRIPT
|
||||
# The install script is required for all templates.
|
||||
# It is used to install the service on the server.
|
||||
# It is called with the path to the server specific env file as an argument.
|
||||
|
||||
echo "Installation of ${CONTAINER_NAME} complete"
|
Reference in New Issue
Block a user