diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2021-12-10 20:12:39 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2021-12-10 20:12:39 +0100 |
commit | 027094ac428b5e268f50c77a13254504d08afe30 (patch) | |
tree | 6134b122c17b4852ed52ca2c00f675051ed062ee | |
parent | +x (diff) | |
download | joe-scripts-027094ac428b5e268f50c77a13254504d08afe30.tar.gz joe-scripts-027094ac428b5e268f50c77a13254504d08afe30.tar.bz2 joe-scripts-027094ac428b5e268f50c77a13254504d08afe30.tar.xz joe-scripts-027094ac428b5e268f50c77a13254504d08afe30.tar.zst joe-scripts-027094ac428b5e268f50c77a13254504d08afe30.zip |
link update
-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; |