Page MenuHomeDevCentral

No OneTemporary

diff --git a/.gitignore b/.gitignore
index 84d4160..5ad266e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
.*
*.log
+data/*.dat
diff --git a/Makefile b/Makefile
index b2cb8b0..c59b465 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,14 @@
#
# Populates the account with relevant files
#
-all: .ssh/authorized_keys
+all: .ssh/authorized_keys data/acquisitariat.dat
.ssh/authorized_keys:
mkdir -p -m 0700 .ssh
php bin/getpublickeys > .ssh/authorized_keys
chmod 600 .ssh/authorized_keys
+
+data/acquisitariat.dat:
+ openssl rand -hex 21 > data/acquisitariat.dat
+

File Metadata

Mime Type
text/x-diff
Expires
Sun, Nov 24, 22:51 (15 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259092
Default Alt Text
(587 B)

Event Timeline