Commit 19ef1d9b authored by Boxiang Sun's avatar Boxiang Sun

fixup

parent 3b64a382
[buildout]
extends =
monitor-base
${monitor-template:output}
parts =
......@@ -31,8 +30,9 @@ ssl = $${:etc}/ssl
[peertube-instance]
recipe = slapos.cookbook:wrapper
wrapper-path = $${directory:services}/$${:_buildout_section_name_}
command-line = cd $${directory:versions}; cp -r ${peertube-download:location} ./
echo $${directory:versions}
command-line = cd $${directory:versions} && cp -r ${peertube-download:location} ./
# echo "Hello!"
# ehco $${directory:versions}
environment =
PATH=${unzip:location}/bin:${vim:location}/bin:${nodejs:location}/bin:${yarn:location}/bin:${python3:location}/bin:${nginx:location}/sbin:${postgresql:location}/sbin:${gcc-10.2:location}/bin:${redis:location}/bin:{git:location}/bin:{wget:location}/bin:%(PATH)s
CPPFLAGS=-I${openssl:location}/include
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment