mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
chore: drop unnecessary line stripping
Since this comes out of ps-current-scale, we can ensure the contents are always valid.
This commit is contained in:
@@ -13,8 +13,6 @@ check_all_processes() {
|
||||
local PROC_TYPE
|
||||
local PROC_COUNT
|
||||
while read -r line || [[ -n "$line" ]]; do
|
||||
[[ "$line" =~ ^#.* ]] && continue
|
||||
line="$(strip_inline_comments "$line")"
|
||||
local PROC_TYPE=${line%%=*}
|
||||
local PROC_COUNT=${line#*=}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user