Skip to content

Commit

Permalink
Fix: Trailing delimiter for script run
Browse files Browse the repository at this point in the history
  • Loading branch information
Al-Muhandis committed Oct 29, 2022
1 parent fc123af commit 13e13ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configuration.pas
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function TConfig.GetHTTPProxyUser: String;

function TConfig.GetScriptsDirectory: String;
begin
Result:=FIni.ReadString('Scripts', 'Directory', CnfDir);
Result:=IncludeTrailingPathDelimiter(FIni.ReadString('Scripts', 'Directory', CnfDir));
end;

function TConfig.GetServiceUser: Int64;
Expand Down
2 changes: 1 addition & 1 deletion deb.staging/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tgshd
Priority: optional
Version: 1.2.1.1-1
Version: 1.2.1.4-1
Maintainer: Renat Suleymanov <[email protected]>
Architecture: amd64
Section: utils
Expand Down
1 change: 1 addition & 0 deletions tgshd.lpi
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<MajorVersionNr Value="1"/>
<MinorVersionNr Value="2"/>
<RevisionNr Value="1"/>
<BuildNr Value="4"/>
</VersionInfo>
<BuildModes Count="4">
<Item1 Name="Default" Default="True"/>
Expand Down

0 comments on commit 13e13ed

Please sign in to comment.