Changes

Jump to navigation Jump to search
52 bytes added ,  19:03, 4 April 2018
no edit summary
Line 6: Line 6:     
  <nowiki>TENKAICHI_USER := $(shell getent passwd tenkaichi)
 
  <nowiki>TENKAICHI_USER := $(shell getent passwd tenkaichi)
 +
CWD := $(shell pwd)
 
#LOGS_DIR := $(shell [ -e /tenkaichi/logs/ ] && echo 1 || echo 0 ))
 
#LOGS_DIR := $(shell [ -e /tenkaichi/logs/ ] && echo 1 || echo 0 ))
   Line 19: Line 20:  
     $(call create_user)
 
     $(call create_user)
 
   endif
 
   endif
 +
        cp -r $(CWD) /tenkaichi
 
</nowiki>
 
</nowiki>

Navigation menu