File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
utilities/collector-provisioning Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ ehthumbs.db
4545Thumbs.db
4646
4747# Generated configuration files
48- agent .yaml
49- agent -config.yaml
48+ collector .yaml
49+ collector -config.yaml
5050* .yaml.bak
5151* .yaml.backup
5252
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ echo "=========================================="
1212# Check if we're in the right directory
1313if [ ! -f " enterprise_credentials.py" ]; then
1414 echo " Error: enterprise_credentials.py not found in current directory"
15- echo " Please run this script from the utilities/agent -provisioning directory"
15+ echo " Please run this script from the utilities/collector -provisioning directory"
1616 exit 1
1717fi
1818
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ echo "=========================================="
1212# Check if we're in the right directory
1313if [ ! -f " enterprise_credentials.py" ]; then
1414 echo " Error: enterprise_credentials.py not found in current directory"
15- echo " Please run this script from the utilities/agent -provisioning directory"
15+ echo " Please run this script from the utilities/collector -provisioning directory"
1616 exit 1
1717fi
1818
You can’t perform that action at this time.
0 commit comments