Start file tweaks
- do not automatically update - pass command line arguments to main Python file
This commit is contained in:
parent
3cb7157afd
commit
1e94fa48b9
|
@ -15,7 +15,8 @@ chmod +x start.sh
|
||||||
./start.sh
|
./start.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
It is worth noting that while executing the `start.sh` file MiNode tries to do a `git pull` in order to update itself to the latest version.
|
It is worth noting that the `start.sh` file MiNode no longer tries to do a `git pull` in order to update to the latest version.
|
||||||
|
Is is now done by the `update.sh` file.
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
- TheKysek: BM-2cVUMXVnQXmTJDmb7q1HUyEqkT92qjwGvJ
|
- TheKysek: BM-2cVUMXVnQXmTJDmb7q1HUyEqkT92qjwGvJ
|
||||||
|
|
4
start.sh
4
start.sh
|
@ -1,4 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
cd "$(dirname "$0")"
|
python3 src/main.py "$@"
|
||||||
git pull
|
|
||||||
python3 src/main.py
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user