Skip to content

Commit

Permalink
Removing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Oct 21, 2023
1 parent c0aad29 commit afcc1f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions overlay/etc/s6-overlay/s6-rc.d/aspnet/run
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ def main [...args] {
# start application
bf write "Starting ASP.NET application."
bf write debug $" .. ($assembly_path)."

exec s6-setuidgid www /usr/bin/dotnet $assembly_path
exec s6-setuidgid www dotnet $assembly_path
}

# Sleep the thread for a set about of time
Expand Down

0 comments on commit afcc1f0

Please sign in to comment.