Added src image for splash screen. Fixed error in r1151.
This commit is contained in:
parent
d3543f3988
commit
a88cfd8631
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ CNAS_CONFIG_DIR="config"
|
||||||
#Include files in "cnas-custom-settings.d" directory
|
#Include files in "cnas-custom-settings.d" directory
|
||||||
if [ -d ${CNAS_CONFIG_DIR}/cnas-custom-settings.d ]
|
if [ -d ${CNAS_CONFIG_DIR}/cnas-custom-settings.d ]
|
||||||
then
|
then
|
||||||
for include_file in `find ${CNAS_CONFIG_DIR}/cnas-custom-settings.d -type f -print`
|
for include_file in `find ${CNAS_CONFIG_DIR}/cnas-custom-settings.d -maxdepth 1 -type f -print`
|
||||||
do
|
do
|
||||||
. "$include_file"
|
. "$include_file"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue