We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20780bd commit 70d4174Copy full SHA for 70d4174
2 files changed
bin/auto_config.sh
@@ -2,8 +2,8 @@
2
3
## Initiates the autoconfig and lateron a restart
4
5
-. ../cfg/auto.config.sh
6
-. ../lib/autoconfig.sh
+. /opt/autocfg/conf/auto.config.sh
+. /opt/autocfg/lib/autoconfig.sh
7
8
DEBUG=false
9
cfg/auto.config.sh conf/auto.config.shcfg/auto.config.sh renamed to conf/auto.config.sh
@@ -4,8 +4,8 @@
cfg_tmp_folder=/tmp/auto_config
#### Folder where the user changable files are located
-cfg_auto_folder=/tmp/config
+cfg_auto_folder=/opt/piratebox/share/Config
#### Enabled-Modules folder
10
-cfg_modules=/tmp/modules.enabled
+cfg_modules=/opt/autocfg/modules.enabled
11
0 commit comments