diff --git a/root/usr/bin/mytest b/root/usr/bin/mytest deleted file mode 100644 index 6545aeb..0000000 --- a/root/usr/bin/mytest +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/bin/with-contenv bash -# shellcheck shell=bash - -sudo -u root -s /bin/bash -c "/opt/baidunetdisk/baidunetdisk --no-sandbox" > /tmp/baidunetdisk_output.txt 2>&1 & -sleep 15 - -echo -e '\033[0;31m' -cat /tmp/baidunetdisk_output.txt -echo -e '\033[0m'