Add files via upload

This commit is contained in:
Alex Kup 2023-05-05 01:00:16 +03:00 committed by GitHub
parent e9a427eb78
commit 1a2e5f6939
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2253,7 +2253,7 @@ $1 = $S.Name; $2 = $S.DisplayName; $3 = $S.Status;
Invoke-MySQLiteQuery -Path $path -Query "INSERT INTO Service (Name, DisplayName, Status) VALUES ('$1', '$2', '$3');"
}
### Creat password database
### Database password
$Connection = New-SQLiteConnection -DataSource $path
$Connection.ChangePassword("password")