#!/bin/bash
if [ "`whoami`" != "root" ]; then
echo Need to be root to execute.;
exit 1;
fi
./unload.sh
./scratch
./clean_log.sh
# ./sta.sh
Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards
#!/bin/bash
if [ "`whoami`" != "root" ]; then
echo Need to be root to execute.;
exit 1;
fi
./unload.sh
./scratch
./clean_log.sh
# ./sta.sh