Page MenuHomeDevCentral

D1148.id2934.diff
No OneTemporary

D1148.id2934.diff

diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,2 @@
.*
*.log
-data/*.dat
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,9 @@
# Populates the account with relevant files
#
-all: .ssh/authorized_keys data/acquisitariat.dat
+all: .ssh/authorized_keys
.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/plain
Expires
Thu, Nov 7, 03:01 (19 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2232407
Default Alt Text
D1148.id2934.diff (524 B)

Event Timeline