$ErrorActionPreference='Stop' for AllUsersAllHosts

This commit is contained in:
Aleksandr Chebotov
2020-10-02 10:59:05 +03:00
parent 42d210e4e7
commit 0cd68997b6
14 changed files with 5 additions and 26 deletions
@@ -1,5 +1,3 @@
$ErrorActionPreference = "Stop"
#Define user and password for PostgreSQL database
$pgUser = "postgres"
$pgPwd = "root"