diff --git a/tubesync/restart_services.sh b/tubesync/restart_services.sh index abb372c6..3c1d981b 100755 --- a/tubesync/restart_services.sh +++ b/tubesync/restart_services.sh @@ -39,7 +39,7 @@ do fi for service in $(svc_path ${_svcs}) do - printf -- 'Restarting %-28s' "${service#${dir}/}..." + printf -- 'Restarting %-28s' "${service#${_dir}/}..." _began="$( date '+%s' )" /command/s6-svc -wr -r "${service}" _ended="$( date '+%s' )"