Explorar el Código

Added commands for copying config folder to etc

Raymond Edah hace 7 años
padre
commit
5099e2f4bf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      buildscripts/build_sensu.sh

+ 2 - 1
buildscripts/build_sensu.sh

@@ -9,7 +9,8 @@ BIN_MKDIR=/usr/bin/mkdir
 BIN_BUNDLER=/opt/local/bin/bundler
 BIN_CP=/usr/bin/cp
 
-cp -Rp app/* ${HOME}/app/.
+${BIN_CP} -Rp app/* ${HOME}/app/.
+${BIN_CP} -Rp sensu ${HOME}/etc/.
 cd ${HOME}/app
 
 ${BIN_BUNDLER} install --path vendor/bundler