File tree Expand file tree Collapse file tree 7 files changed +5
-5
lines changed Expand file tree Collapse file tree 7 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 <UnitName Value =" Unit1" />
5151 <IsVisibleTab Value =" True" />
5252 <TopLine Value =" 177" />
53- <CursorPos X =" 77 " Y =" 199" />
53+ <CursorPos X =" 76 " Y =" 199" />
5454 <UsageCount Value =" 38" />
5555 <Loaded Value =" True" />
5656 <LoadedDesigner Value =" True" />
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ procedure TMainForm.StartBtnClick(Sender: TObject);
196196 S.Add(' killall sshpass; sshpass -p "' + Trim(PasswordEdit.Text) +
197197 ' " ssh -o StrictHostKeyChecking=No ' + Trim(UserEdit.Text) +
198198 // '@' + Trim(ServerEDit.Text) + ' -p ' + Trim(PortEdit.Text) + ' exit 0; fi');
199- ' @' + Trim(ServerEDit.Text) + ' -p ' + Trim(PortEdit.Text) + ' exit 0; ' );
199+ ' @' + Trim(ServerEDit.Text) + ' -p ' + Trim(PortEdit.Text) + ' exit 0' );
200200
201201 S.Add(' ' );
202202
Original file line number Diff line number Diff line change 4949 <ResourceBaseClass Value =" Form" />
5050 <UnitName Value =" Unit1" />
5151 <IsVisibleTab Value =" True" />
52- <TopLine Value =" 177 " />
53- <CursorPos X =" 76 " Y =" 199 " />
52+ <TopLine Value =" 186 " />
53+ <CursorPos X =" 19 " Y =" 210 " />
5454 <UsageCount Value =" 38" />
5555 <Loaded Value =" True" />
5656 <LoadedDesigner Value =" True" />
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ procedure TMainForm.StartBtnClick(Sender: TObject);
207207 Trim(PortEdit.Text) + ' -x ' + Trim(ServerEDit.Text) + ' :' +
208208 Trim(PortEdit.Text) + ' 0/0 ' + Trim(Pars));
209209
210- S.Add(' exit 0' );
210+ S.Add(' exit 0; ' );
211211
212212 S.SaveToFile(' /etc/sshuttle-gui/connect.sh' );
213213
You can’t perform that action at this time.
0 commit comments