X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Funset%2Fpassword.pl;h=fcaa4c747bb0c626e0f584a0411fc0b0e4689a8e;hb=4574b01fef9163f02bdce1ae45485c02338774bb;hp=6fdc92576e9e3ff27d4496289cd4edcf4e8f1813;hpb=9971e7bd96ea646b7921528a2f74edca508a5dc1;p=spider.git diff --git a/cmd/unset/password.pl b/cmd/unset/password.pl index 6fdc9257..fcaa4c74 100644 --- a/cmd/unset/password.pl +++ b/cmd/unset/password.pl @@ -12,7 +12,7 @@ my @out; my $user; my $ref; -if ($self->remotecmd) { +if ($self->remotecmd || $self->inscript) { Log('DXCommand', $self->call . " attempted to unset password for @args remotely"); return (1, $self->msg('e5')); }