update
This commit is contained in:
parent
4a251f9fa0
commit
4d5520923c
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ echo "pgsql_auth_connection = host=127.0.0.1 user=minetest password=$psql_minete
|
|||
|
||||
cat mods-list >> /home/minetest/.minetest/worlds/world/world.mt
|
||||
|
||||
echo "Copy mods folder"
|
||||
cp -r mods /home/minetest/.minetest/mods
|
||||
|
||||
echo "Fix privileges on /home/minetest"
|
||||
chown minetest:minetest /home/minetest/ -cR
|
||||
|
||||
|
|
Loading…
Reference in a new issue