@@ -23,7 +23,7 @@ Fledge, the open source platform for the Internet of Things
23
23
#!/usr/bin/env bash
24
24
25
25
##--------------------------------------------------------------------
26
- ## Copyright (c) 2019 OSIsoft, LLC
26
+ ## Copyright (c) 2019 Dianomic Systems Inc.
27
27
##
28
28
## Licensed under the Apache License, Version 2.0 (the "License");
29
29
## you may not use this file except in compliance with the License.
@@ -52,7 +52,7 @@ PKG_NAME="fledge"
52
52
53
53
is_fledge_installed () {
54
54
set +e
55
- rc= `rpm -qa 2> /dev/null | grep -c ${PKG_NAME}`
55
+ rc= `rpm -qa 2> /dev/null | grep -Fx ${PKG_NAME}`
56
56
echo $rc
57
57
set -e
58
58
}
134
134
#!/usr/bin/env bash
135
135
136
136
##--------------------------------------------------------------------
137
- ## Copyright (c) 2019 OSIsoft, LLC
137
+ ## Copyright (c) 2019 Dianomic Systems Inc.
138
138
##
139
139
## Licensed under the Apache License, Version 2.0 (the "License");
140
140
## you may not use this file except in compliance with the License.
@@ -242,7 +242,7 @@ reset_systemctl
242
242
#!/usr/bin/env bash
243
243
244
244
##--------------------------------------------------------------------
245
- ## Copyright (c) 2019 OSIsoft, LLC
245
+ ## Copyright (c) 2019 Dianomic Systems Inc.
246
246
##
247
247
## Licensed under the Apache License, Version 2.0 (the "License");
248
248
## you may not use this file except in compliance with the License.
0 commit comments