From 6e359648811f3e45ff6a230c4185351f77cc2e8a Mon Sep 17 00:00:00 2001 From: Franscobec Date: Tue, 4 Aug 2026 12:43:24 -0400 Subject: [PATCH] Update autoremakessh --- autoremakessh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autoremakessh b/autoremakessh index 986653e..77efa3a 100644 --- a/autoremakessh +++ b/autoremakessh @@ -8,8 +8,8 @@ CY="\033[38;5;226m" ### BEGIN FUNCTION BLOCK verifydefaultconfigpresence(){ -if [ "$config" = "/opt/autoremakessh/client/defaultconfig" ]; then - if [ ! -f /opt/autoremakessh/client/defaultconfig ]; then +if [ "$config" = "/opt/franscorackify/util/autoremakessh/client/defaultconfig" ]; then + if [ ! -f /opt/franscorackify/util/autoremakessh/client/defaultconfig ]; then echo -e ${CR}No default config found! Use -h argument for help.${NF} return 1 fi @@ -187,14 +187,14 @@ usage() { echo "-s - Server mode" echo "" echo "Possible Options:" - echo "-c [FILE] - Configuration file to use (Default /opt/autoremakessh/client/defaultconfig)" + echo "-c [FILE] - Configuration file to use (Default /opt/franscorackify/util/autoremakessh/client/defaultconfig)" echo "-h - Display this message" exit 0 } ### END FUNCTION BLOCK -config="/opt/autoremakessh/client/defaultconfig" +config="/opt/franscorackify/util/autoremakessh/client/defaultconfig" srvmode=0 echo ""