mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 12:18:00 +00:00
turns off debug switch
Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
@@ -284,7 +284,7 @@ kernel_to_relnum() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
empty_trash_can() {
|
empty_trash_can() {
|
||||||
set -vux
|
#set -vux
|
||||||
if [ -x /usr/bin/trash-empty ]; then
|
if [ -x /usr/bin/trash-empty ]; then
|
||||||
for can in "${trash_cans[@]}"; do
|
for can in "${trash_cans[@]}"; do
|
||||||
if [[ $can = /home* ]]; then
|
if [[ $can = /home* ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user