File tree 4 files changed +4
-3
lines changed
main/templates/subject/subject_home/the_stage 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 48
48
< strong > Cooling ... [[session.world_state_avatars.session_players[session_player.id].cool_down]]</ strong >
49
49
</ span >
50
50
< span class ="me-4 " v-else-if ="check_truce_hat_binding(selected_avatar.parameter_set_player.parameter_set_group) ">
51
- < strong > You have their hat .</ strong >
51
+ < strong > You have a truce .</ strong >
52
52
</ span >
53
53
54
54
< span v-if ="working " class ="me-2 ">
Original file line number Diff line number Diff line change 42
42
</ span >
43
43
44
44
< span class ="me-4 " v-if ="check_truce_hat_binding(selected_patch.patch.parameter_set_group) ">
45
- < strong > You have their hat .</ strong >
45
+ < strong > You have a truce .</ strong >
46
46
</ span >
47
47
48
48
< button type ="button "
Original file line number Diff line number Diff line change 1
1
echo " setup trade_gifts"
2
2
sudo service postgresql restart
3
- echo " drop template db: enter db password"
3
+ echo " drop trade gifts db: enter db password"
4
4
dropdb trade_gifts -U dbadmin -h localhost -i -p 5433
5
5
echo " create database: enter db password"
6
6
createdb -h localhost -p 5433 -U dbadmin -O dbadmin trade_gifts
Original file line number Diff line number Diff line change 1
1
echo " *** Startup.sh ***"
2
+ apt-get update
2
3
echo " Run Migrations:"
3
4
python manage.py migrate
4
5
echo " Install htop:"
You can’t perform that action at this time.
0 commit comments