Explorar el Código

added underscore to daemon username

tags/release-00
gashapwn hace 3 años
padre
commit
7c3945afba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      perl-script/provision.pl

+ 1
- 1
perl-script/provision.pl Ver fichero

@@ -16,7 +16,7 @@ my $GIT_REPO = 'https://git.lain.church/gashapwn/lyadmin.git';
my ($REPO_DIR) = $GIT_REPO =~ /\/([^\/]*)\.git$/;
my $INST_DIR = "/tilde";

my $SVC_ACCT = "lingyind";
my $SVC_ACCT = "_lingyind";

my $pwuid;



Cargando…
Cancelar
Guardar