Browse Source

Config dump and help

Ernesto Nicolás Carrea 5 years ago
parent
commit
7e8d45d481
2 changed files with 11 additions and 0 deletions
  1. 5 0
      bin/config/dump.inc
  2. 6 0
      bin/config/help.inc

+ 5 - 0
bin/config/dump.inc

@@ -0,0 +1,5 @@
+#!/bin/bash
+
+hestia_config_dump() {
+    cat $HESTIA/conf/hestia.conf
+}

+ 6 - 0
bin/config/help.inc

@@ -0,0 +1,6 @@
+#!/bin/bash
+
+hestia_config_help() {
+    echo "Usage:"
+    echo "  hestia config dump"
+}