Skip to content

Commit

Permalink
scripts: set Execution Policy for PowerShell script to Bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtraction committed Jun 5, 2018
1 parent 2d4f52f commit 96759d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bastion.cmd
Expand Up @@ -4,4 +4,4 @@ TITLE Bastion Discord Bot
CLS
ECHO.

powershell .\scripts\powershell\Selection.ps1
powershell -ExecutionPolicy Bypass .\scripts\powershell\Selection.ps1

0 comments on commit 96759d4

Please sign in to comment.