Skip to content

Commit 810796e

Browse files
authored
Merge pull request #44 from mdrocan/documentation_update
few more updates
2 parents 8a28e22 + 4ba67c2 commit 810796e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ brew_check.sh
2525
calculate_docker_images.sh
2626
```
2727
- Calculate the used quota from saved Docker images.
28+
- Requirement: docker running
2829

2930
```sh
3031
charging_level.sh
@@ -38,6 +39,7 @@ visible until you close the notification.
3839
connect_to_container.sh CONTAINER_ID
3940
```
4041
- Open a terminal connection to a running Docker container.
42+
- Requirement: docker running
4143

4244
```sh
4345
encode_changer.sh
@@ -47,7 +49,8 @@ encode_changer.sh
4749
```sh
4850
network.sh
4951
```
50-
- Reset wireless network and display IP address etc.
52+
- Display network information and connected wireless network.
53+
- Possibility to reset wireless network.
5154

5255
```sh
5356
pip_check.sh
@@ -59,6 +62,7 @@ pip_check.sh
5962
stop_all_containers.sh
6063
```
6164
- List all running containers. Option to stop them.
65+
- Requirement: docker running
6266

6367
```sh
6468
syntaxchecker.sh

brew_check.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ list_updates () {
7272
else
7373
exit 0
7474
fi
75-
exit 0
75+
# exit 0
7676
fi
7777
fi
7878
}
7979

8080
#logical part
8181
if [ $# -eq 0 ]; then
8282
list_updates
83-
exit 0
83+
# exit 0
8484
else
8585
if [ $# -eq 1 ]; then
8686
while :

0 commit comments

Comments
 (0)