14 lines
640 B
Plaintext
14 lines
640 B
Plaintext
|
#!/bin/bash
|
||
|
########################################################
|
||
|
# This is the main config file for dehydrated #
|
||
|
# #
|
||
|
# This file is looked for in the following locations: #
|
||
|
# $SCRIPTDIR/config (next to this script) #
|
||
|
# /usr/local/etc/dehydrated/config #
|
||
|
# /etc/dehydrated/config #
|
||
|
# ${PWD}/config (in current working-directory) #
|
||
|
# #
|
||
|
# Default values of this config are in comments #
|
||
|
########################################################
|
||
|
|