aboutsummaryrefslogtreecommitdiffstats
path: root/vps-do.pl
diff options
context:
space:
mode:
Diffstat (limited to 'vps-do.pl')
-rwxr-xr-xvps-do.pl7
1 files changed, 1 insertions, 6 deletions
diff --git a/vps-do.pl b/vps-do.pl
index 6f49d38..0cc23d1 100755
--- a/vps-do.pl
+++ b/vps-do.pl
@@ -3,17 +3,12 @@
use strict;
use warnings;
use Term::ANSIColor;
+
use constant SCRIPTS_DIR => '/root/scripts/src/';
use constant SSH_BOY => 'root@jozanofastora.xyz';
sub main {
my $argc = $#ARGV + 1;
- if ($argc < 1) {
- print colored("Failed!\n", 'bold red')
- . 'Missing argument, at least 2 needed '
- . colored("[script-invoke - (argument(s))]\n", 'bold');
- exit 1;
- }
my $called_script = '';
my $argv_line = '';
if (