File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Expand file tree Collapse file tree 7 files changed +6
-6
lines changed 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
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 =" 186 " />
53- <CursorPos X =" 19" Y =" 210 " />
52+ <TopLine Value =" 171 " />
53+ <CursorPos X =" 19" Y =" 178 " />
5454 <UsageCount Value =" 38" />
5555 <Loaded Value =" True" />
5656 <LoadedDesigner Value =" True" />
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ procedure TMainForm.StartBtnClick(Sender: TObject);
175175 if StartBtn.Caption = SStop then
176176 begin
177177 Shape1.Brush.Color := clYellow;
178- StartProcess(' killall sshpass; systemctl stop sshuttle.service' );
178+ StartProcess(' systemctl stop sshuttle.service' );
179179 end
180180 else
181181 try
You can’t perform that action at this time.
0 commit comments