mirror of
https://github.com/openoms/joininbox.git
synced 2026-08-17 13:07:15 +02:00
fix: identify new location of raspiblitz.conf file
This commit is contained in:
parent
601eede8b5
commit
0b4682eedf
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ if [ "$setupStep" -lt 100 ]; then
|
|||
# identify running env
|
||||
runningEnvEntry=$(grep -c "runningEnv" <$joininConfPath)
|
||||
if [ "$runningEnvEntry" -eq 0 ]; then
|
||||
if [ -f "/mnt/hdd/raspiblitz.conf" ]; then
|
||||
if [ -f "/mnt/hdd/raspiblitz.conf" ] || [ -f "/mnt/hdd/app-data/raspiblitz.conf" ] ; then
|
||||
runningEnv="raspiblitz"
|
||||
elif [ -f "/usr/share/mynode/mynode_config.sh" ]; then
|
||||
runningEnv="mynode"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue