mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-22 01:50:56 -07:00
Squash infuriating hook bug.
This commit is contained in:
parent
e5543e7244
commit
a5da9c05f4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
#Populate root's home folder from /etc/skel
|
||||
cp -rv /etc/skel/* /root/
|
||||
cp -rv /etc/skel/ /root/
|
||||
|
||||
#Time to git stuff...
|
||||
cd /root/
|
||||
|
|
Loading…
Reference in a new issue