Skip to content

Commit 14ad61b

Browse files
Merge pull request #345 from jeffreykirchner/dev
Dev
2 parents a61fbf7 + e9b561a commit 14ad61b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

main/templates/subject/subject_home/the_stage/avatar_attack_modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<strong>Cooling ... [[session.world_state_avatars.session_players[session_player.id].cool_down]]</strong>
4949
</span>
5050
<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>
5252
</span>
5353

5454
<span v-if="working" class="me-2">

main/templates/subject/subject_home/the_stage/patch_modal.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</span>
4343

4444
<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>
4646
</span>
4747

4848
<button type="button"

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
echo "setup trade_gifts"
22
sudo service postgresql restart
3-
echo "drop template db: enter db password"
3+
echo "drop trade gifts db: enter db password"
44
dropdb trade_gifts -U dbadmin -h localhost -i -p 5433
55
echo "create database: enter db password"
66
createdb -h localhost -p 5433 -U dbadmin -O dbadmin trade_gifts

startup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
echo "*** Startup.sh ***"
2+
apt-get update
23
echo "Run Migrations:"
34
python manage.py migrate
45
echo "Install htop:"

0 commit comments

Comments
 (0)