]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/remote.cgi
Alle Restartskripte umbenannt in CTRL Skripte
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / remote.cgi
index 3b5916d99db1f6392dd811ef5eb9d26ed01507da..c0d25532b622ce5c963a39f1a85c103476c087ff 100644 (file)
@@ -64,15 +64,15 @@ if ( (($remotesettings{'ACTION'} eq $Lang::tr{'save'}) || ($remotesettings{'ACTI
                &General::log($Lang::tr{'ssh1 disabled'});
        }
 if ( $remotesettings{'ACTION'} eq $Lang::tr{'ssh tempstart15'} ){
-       system('/usr/local/bin/restartssh','tempstart15') == 0
+       system('/usr/local/bin/sshctrl','tempstart15') == 0
                or $errormessage = "$Lang::tr{'bad return code'} " . $?/256;
  }
 elsif ( $remotesettings{'ACTION'} eq $Lang::tr{'ssh tempstart30'} ){
-       system('/usr/local/bin/restartssh','tempstart30') == 0
+       system('/usr/local/bin/sshctrl','tempstart30') == 0
                or $errormessage = "$Lang::tr{'bad return code'} " . $?/256;
  }
 else {
-       system('/usr/local/bin/restartssh') == 0
+       system('/usr/local/bin/sshctrl') == 0
                or $errormessage = "$Lang::tr{'bad return code'} " . $?/256;
  }
 }