File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,11 @@ main()
1717{
1818 CUSTOMIZER_PROJECT_FOLDER=" $( cd " $( dirname " $( realpath " $0 " ) " ) /../.." & > /dev/null && pwd) "
1919
20- DIR=" ${CUSTOMIZER_PROJECT_FOLDER} /src/core"
21- source " ${DIR} /data_features.sh"
20+ source " ${CUSTOMIZER_PROJECT_FOLDER} /data/core/common_data.sh"
2221 SHE_BANG=' #!/usr/bin/env bash'
2322
2423 for key_name in ${feature_keynames[@]} ; do
25-
26- if [ ! -d " ${CUSTOMIZER_PROJECT_FOLDER} /src/features/${key_name} " ]; then
27- continue
28- fi
29- for file_path in " ${CUSTOMIZER_PROJECT_FOLDER} /src/features/${key_name} /" * ; do
24+ for file_path in " ${CUSTOMIZER_PROJECT_FOLDER} /data/features/${key_name} /" * ; do
3025
3126 if [ ! " $( echo " ${file_path} " | rev | cut -d ' .' -f1 | rev ) " == " sh" ]; then
3227 continue
You can’t perform that action at this time.
0 commit comments