mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-21 17:40:57 -07:00
Squash infuriating hook bug.
Former-commit-id: a678944117a054d5839db9e0cf6b2db71876084b Former-commit-id: 3405464e31a4b71a5362d4d23e6fbdcbcb5ea3e6
This commit is contained in:
parent
05eebe26e4
commit
47d79fb415
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