mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-20 23:41:20 +00:00
Fix script path
This commit is contained in:
parent
1f89e4aaed
commit
11602ec39a
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Run the following:
|
|||
[source,bash]
|
||||
----
|
||||
# Run server setup script
|
||||
python3 ~/advlabdb/scripts/server_setup.py
|
||||
python3 ~/advlabdb/advlabdb/scripts/setup/server_setup.py
|
||||
----
|
||||
|
||||
Change server_name in advlabdb.conf
|
||||
|
|
Loading…
Reference in a new issue