From a21cbd9795914134525b343e1a6e7c3cfd0eccaa Mon Sep 17 00:00:00 2001
From: Patrick McDermott <patrick.mcdermott@libiquity.com>
Date: Wed, 09 Dec 2020 07:39:58 -0500
Subject: profile/proteanos: Don't run cut link during init

---
(limited to 'src')

diff --git a/src/profile/proteanos.sh b/src/profile/proteanos.sh
index b9b41e3..61a8439 100644
--- a/src/profile/proteanos.sh
+++ b/src/profile/proteanos.sh
@@ -31,7 +31,7 @@ start()
 {
 	log "Configuring packages"
 	printf "disabled\n" >/etc/rc.policy
-	opkg install $(opkg list-installed | cut -d " " -f 1)
+	opkg install $(opkg list-installed | busybox cut -d " " -f 1)
 	printf "enabled\n" >/etc/rc.policy
 	rm -f "${SCRIPT}"
 }
--
cgit v0.9.1