Browse Source

Issue #43 - chown kohadev-koha on /etc/koha/sites after the files have been copied

merge-requests/49/head
Jonathan Druart 4 years ago
committed by joubu
parent
commit
b5369f634f
  1. 2
      cp_debian_files.pl

2
cp_debian_files.pl

@ -73,4 +73,6 @@ run( command => "sudo cp $koha_dir/debian/templates/apache-shared*.conf /etc/koh
run( command => "sudo rm /etc/koha/apache-shared-opac-git.conf /etc/koha/apache-shared-intranet-git.conf" );
run( command => "cd $gitify_dir; sudo ./koha-gitify $instance $koha_dir" );
run( command => "sudo chown -R $instance-koha:$instance-koha /etc/koha/sites/$instance" );
exit(0);

Loading…
Cancel
Save