Skip to content

Commit

Permalink
rm sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Feb 3, 2025
1 parent f89a24d commit d089458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfig({
webServer: {
stdout: process.env.CI ? 'pipe' : 'ignore',
command: process.env.CI
? 'sudo ./AdGuardHome --local-frontend -v | tee ./AdGuardHome.stdout 2>./AdGuardHome.stderr &'
? './AdGuardHome --local-frontend -v | tee ./AdGuardHome.stdout 2>./AdGuardHome.stderr &'
: 'rm -f AdGuardHome.yaml && sudo ./AdGuardHome --local-frontend -v',
url: 'http://127.0.0.1:3000',
cwd: '..',
Expand Down

0 comments on commit d089458

Please sign in to comment.