This commit is contained in:
2023-11-21 00:05:54 +03:00
parent 94cf1b3841
commit 16b13cbc8c
4 changed files with 6 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ public class InstallServerSapfor extends ConnectionPass<Object> {
}
@Override
protected void ServerAction() throws Exception {
RemoteFile testingSystemHome = new RemoteFile(sftpChannel.pwd(), "testing_system", true);
RemoteFile testingSystemHome = new RemoteFile(sftpChannel.pwd(), "_testing_system", true);
RemoteFile repo = new RemoteFile(testingSystemHome.full_name, "Repo", true);
RemoteFile repoSapforHome = new RemoteFile(repo.full_name + Constants.SAPFOR_REPOSITORY_BIN, true);
//--