Subir archivos a "/"

This commit is contained in:
darnix 2025-06-05 08:48:48 +00:00
parent 3b2e2d3893
commit 86b4582805

View File

@ -217,7 +217,7 @@ read -p " DIGITA NOMBRE " nscript
[[ -z ${nscript} ]] && nscript='@NETCOLVIP' [[ -z ${nscript} ]] && nscript='@NETCOLVIP'
echo -e "${nscript}" > /etc/NSCT echo -e "${nscript}" > /etc/NSCT
chmod 777 /etc/NSCT chmod 777 /etc/NSCT
echo -ne " \033[1;33mIP $(wget -qO- ifconfig.me) VERIFICADA POR @NETCOLVIP. . . " | pv -qL 20 echo -ne " \033[1;33mIP $(wget -qO- ipv4.icanhazip.com) VERIFICADA POR @NETCOLVIP. . . " | pv -qL 20
meu_ip () { meu_ip () {
[[ -e /usr/bin/vendor_code ]] && IP=$(cat < /usr/bin/vendor_code) || { [[ -e /usr/bin/vendor_code ]] && IP=$(cat < /usr/bin/vendor_code) || {