diff options
Diffstat (limited to 'vps-do.pl')
-rwxr-xr-x | vps-do.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ use strict; use warnings; use Term::ANSIColor; use constant SCRIPTS_DIR => '/root/scripts/src/'; -use constant SSH_BOY => 'root@jozanleclerc.xyz'; +use constant SSH_BOY => 'root@jozanofastora.xyz'; sub main { my $argc = $#ARGV + 1; |