Skip to content

Commit

Permalink
(~)
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahdc committed Jul 10, 2024
1 parent 59eedad commit 3c579ae
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 226 deletions.
3 changes: 0 additions & 3 deletions deployment/apply.sh

This file was deleted.

43 changes: 0 additions & 43 deletions deployment/main.tf

This file was deleted.

43 changes: 0 additions & 43 deletions deployment/modules/atlas/main.tf

This file was deleted.

Empty file.
34 changes: 0 additions & 34 deletions deployment/modules/atlas/variables.tf

This file was deleted.

68 changes: 0 additions & 68 deletions deployment/modules/network/main.tf

This file was deleted.

3 changes: 0 additions & 3 deletions deployment/modules/network/outputs.tf

This file was deleted.

7 changes: 0 additions & 7 deletions deployment/modules/network/variables.tf

This file was deleted.

24 changes: 0 additions & 24 deletions deployment/variables.tf

This file was deleted.

2 changes: 1 addition & 1 deletion zenith/scripts/bootstrapper.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

RANDOM_CONFIG_PATH=$(find /etc/openvpn/configs/ -type f -regex ".*\.ovpn$" | shuf -n 1)
RANDOM_CONFIG_PATH=$(find /etc/openvpn/configs/nord -type f -regex ".*\.ovpn$" | shuf -n 1)
echo "$RANDOM_CONFIG_PATH"

# set up auth
Expand Down

0 comments on commit 3c579ae

Please sign in to comment.