Skip to content

Commit

Permalink
Remove Timestamp config
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Apr 18, 2024
1 parent 5e48a1a commit 1d7de09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion linux/AcuScripts/startacu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Default location for all your config files, logs etc.
ACUSUP=/home/support/AcuSupport
export SERVER_ALIAS_FILE=$ACUSUP/etc/acurcl.ini
export FILE_TRACE_TIMESTAMP=TRUE

usage()
{
Expand Down
3 changes: 0 additions & 3 deletions windows/AcuScripts/setenvacu.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,6 @@ IF "%ACUBIT%"=="32" GOTO :32BIT
IF "%ACUBIT%"=="64" GOTO :64BIT
GOTO :END

:SETTIMESTAMP
SET FILE_TRACE_TIMESTAMP=TRUE

:ATW
IF "%ACUBIT%"=="32" (
START "" "%INSTALLDIR32%AcuGT\bin%ACUPATCH%\AcuToWeb.exe"
Expand Down

0 comments on commit 1d7de09

Please sign in to comment.