|
Lines 37-42
Link Here
|
| 37 |
if [ $VNC -eq 1 ] || [ $USE_SSH -eq 1 ];then |
37 |
if [ $VNC -eq 1 ] || [ $USE_SSH -eq 1 ];then |
| 38 |
log "\tVNC/SSH installation used -> activate network" |
38 |
log "\tVNC/SSH installation used -> activate network" |
| 39 |
rcnetwork start && Y2_NETWORK_ACTIVE=1 |
39 |
rcnetwork start && Y2_NETWORK_ACTIVE=1 |
|
|
40 |
rcSuSEfirewall2 reload |
| 40 |
fi |
41 |
fi |
| 41 |
if [ $USE_SSH -eq 1 ];then |
42 |
if [ $USE_SSH -eq 1 ];then |
| 42 |
rcsshd start && Y2_SSH_ACTIVE=1 |
43 |
rcsshd start && Y2_SSH_ACTIVE=1 |