2

I am running Jailkit on my server and need to add Mercurial (command hg) to all existing and future Jailkit jails.

From what I understand, creating a new jail with jk_init and a profile that includes hg will only make it available in new jails. How can I add the hg command to all my existing jails?

tanius
  • 708

1 Answers1

3

There is the jk_cp command. E.g. use jk_cp -j /var/www/clients/client2/web16 /usr/bin/hg to copy the needed file(s).

Croydon
  • 46