mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
#!/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'
|