From 691c5a3645eeff53f6a78f05ba72bb134eb2cf03 Mon Sep 17 00:00:00 2001 From: cronyx Date: Thu, 21 Jul 2022 21:13:57 +0300 Subject: [PATCH] fix broken --- general/overlay/etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/overlay/etc/profile b/general/overlay/etc/profile index c7b4e944..7e09d194 100644 --- a/general/overlay/etc/profile +++ b/general/overlay/etc/profile @@ -23,7 +23,7 @@ export EDITOR='/bin/vi' [ -x /usr/bin/arp ] || arp() { cat /proc/net/arp; } -cli() { yaml-cli -i /etc/majestic.yaml $@ } +cli() { yaml-cli -i /etc/majestic.yaml $@; } #[ -x /tmp/ipctool ] || ipctool() { [ -x /tmp/ipctool ] && /tmp/ipctool $@ || (curl -s -L -o /tmp/ipctool https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool-$(uname -m) && \ [ -x /tmp/ipctool ] || ipctool() { [ -x /tmp/ipctool ] && /tmp/ipctool $@ || (curl -s -L -o /tmp/ipctool https://github.com/OpenIPC/ipctool/releases/download/latest/ipctool && \