summaryrefslogtreecommitdiff
path: root/utils/filtron.sh
diff options
context:
space:
mode:
authorEliesemoule <github@bougeard.org>2020-08-01 20:12:44 +0000
committerGitHub <noreply@github.com>2020-08-01 22:12:44 +0200
commit1986b5ecacfb3b4b73a160eaa2309e81b609d96b (patch)
tree0d3f535ac628eb5f0eaa1b85e94d2bf788cbd0a5 /utils/filtron.sh
parent0e5197123dd4282b324414f46d9fb0f41faa7c60 (diff)
Utility scripts adapted to run on CentOS 7 (#2112)
Diffstat (limited to 'utils/filtron.sh')
-rwxr-xr-xutils/filtron.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/filtron.sh b/utils/filtron.sh
index 8986fb0ef..6034cb343 100755
--- a/utils/filtron.sh
+++ b/utils/filtron.sh
@@ -546,7 +546,7 @@ EOF
eval "echo \"$(< "${TEMPLATES}/${SERVICE_SYSTEMD_UNIT}")\"" | prefix_stdout " "
echo -e "\n.. END install systemd unit"
- # for DIST_NAME in ubuntu-20.04 arch fedora; do
+ # for DIST_NAME in ubuntu-20.04 arch fedora centos; do
# (
# DIST_ID=${DIST_NAME%-*}
# DIST_VERS=${DIST_NAME#*-}