|
Lines 510-515
Link Here
|
| 510 |
|
510 |
|
| 511 |
if(Abort()) return false; |
511 |
if(Abort()) return false; |
| 512 |
// last step in writing current ISDN setup |
512 |
// last step in writing current ISDN setup |
|
|
513 |
cmd = sformat("/sbin/insserv -d isdn"); |
| 514 |
SCR::Execute(.target.bash, cmd); |
| 513 |
ProgressNextStage(_("Finished")); |
515 |
ProgressNextStage(_("Finished")); |
| 514 |
sleep(sl); |
516 |
sleep(sl); |
| 515 |
|
517 |
|