s
This commit is contained in:
parent
3f0c80b3eb
commit
413e69a955
7 changed files with 18 additions and 7 deletions
|
|
@ -1,11 +1,13 @@
|
|||
. .\..\includes\ps1\lockfile.ps1
|
||||
|
||||
|
||||
|
||||
new-lock
|
||||
if($PSScriptRoot.length -eq 0){
|
||||
$scriptroot = Get-Location
|
||||
}else{
|
||||
$scriptroot = $PSScriptRoot
|
||||
}
|
||||
. $scriptroot\..\includes\ps1\lockfile.ps1
|
||||
new-lock -by "update_clan"
|
||||
# Read the content of the file as a single string
|
||||
$fileContent = Get-Content -Path "$scriptroot/../config/config.php" -Raw
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue