fixup: missed a dir => _dir change

This commit is contained in:
tcely 2025-06-09 08:28:18 -04:00 committed by GitHub
parent ac34dabbf4
commit 032bd15d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@ do
fi fi
for service in $(svc_path ${_svcs}) for service in $(svc_path ${_svcs})
do do
printf -- 'Restarting %-28s' "${service#${dir}/}..." printf -- 'Restarting %-28s' "${service#${_dir}/}..."
_began="$( date '+%s' )" _began="$( date '+%s' )"
/command/s6-svc -wr -r "${service}" /command/s6-svc -wr -r "${service}"
_ended="$( date '+%s' )" _ended="$( date '+%s' )"