Skip to content

Commit 70d4174

Browse files
committed
path aligning to /opt/autocfg
1 parent 20780bd commit 70d4174

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bin/auto_config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Initiates the autoconfig and lateron a restart
44

5-
. ../cfg/auto.config.sh
6-
. ../lib/autoconfig.sh
5+
. /opt/autocfg/conf/auto.config.sh
6+
. /opt/autocfg/lib/autoconfig.sh
77

88
DEBUG=false
99

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
cfg_tmp_folder=/tmp/auto_config
55

66
#### Folder where the user changable files are located
7-
cfg_auto_folder=/tmp/config
7+
cfg_auto_folder=/opt/piratebox/share/Config
88

99
#### Enabled-Modules folder
10-
cfg_modules=/tmp/modules.enabled
10+
cfg_modules=/opt/autocfg/modules.enabled
1111

0 commit comments

Comments
 (0)