--- doc/install/linux/install.pl 2020/05/01 19:02:51 1.65 +++ doc/install/linux/install.pl 2020/07/08 17:19:10 1.67 @@ -77,7 +77,7 @@ if (!open(LOG,">>loncapa_install.log")) &mt('Stopping execution.')."\n"; exit; } else { - print LOG '$Id: install.pl,v 1.65 2020/05/01 19:02:51 raeburn Exp $'."\n"; + print LOG '$Id: install.pl,v 1.67 2020/07/08 17:19:10 raeburn Exp $'."\n"; } # @@ -454,6 +454,7 @@ sub check_locale { } elsif (!open($fh,"= 7) { @@ -3176,7 +3177,7 @@ sub copy_apache2_debconf { my $apache2_conf_available_dir = '/etc/apache2/conf-available'; my $defaultconf = $apache2_conf_enabled_dir.'/loncapa.conf'; if ((-e "$apache2_conf_available_dir/loncapa") && (-e "$instdir/debian-ubuntu/ubuntu14/loncapa_conf")) { - if (open(PIPE, "diff --brief $apache2_conf_available_dir/loncapa $instdir/debian-ubuntu/ubuntu14/loncapa_conf" |")) { + if (open(PIPE, "diff --brief $apache2_conf_available_dir/loncapa $instdir/debian-ubuntu/ubuntu14/loncapa_conf |")) { my $diffres = ; close(PIPE); chomp($diffres);