You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
220 B

{% calculate run='/bin/bash' %}
SOURCE="{{ main.cl_chroot_path }}/usr/share/doc/netifrc-*/net.example.bz2"
DEST="{{ main.cl_chroot_path }}/etc/conf.d/net.example"
[[ -f $SOURCE ]] && bzip2 -dc "$SOURCE" >"$DEST"
exit 0