You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hestiacp/src/script_template.sh

39 lines
1.3 KiB

1 year ago
#!/bin/bash
# info: command function
# options: REQUIRED_ARGUMENT [OPTIONAL_ARGUMENT]
#
# example: v-new-command user dosomething
#
# Add detailed comments about what the function does and how
# to use it here.
#----------------------------------------------------------#
# Variables & Functions #
#----------------------------------------------------------#
# Argument definition
# Includes - Call any necessary libraries from $HESTIA/func/
# Remember to add shellcheck headers!
#----------------------------------------------------------#
# Verifications #
#----------------------------------------------------------#
# Insert any necessary verification steps here
# Perform verification if read-only mode is enabled
# check_hestia_demo_mode
#----------------------------------------------------------#
# Action #
#----------------------------------------------------------#
# Insert action steps here
#----------------------------------------------------------#
# Hestia #
#----------------------------------------------------------#
# Insert logging or last stage service restarts here