diff --git a/src/usr/local/kobocloud/get.sh b/src/usr/local/kobocloud/get.sh index 260f6de..91af91d 100755 --- a/src/usr/local/kobocloud/get.sh +++ b/src/usr/local/kobocloud/get.sh @@ -49,7 +49,7 @@ then fi #list file in lib dir before sync -lib_list_before=`ls -lnR --ignore "*.log" --full-time "$Lib" | grep -v -e ".*\.log$" -e "^total [0-9]\+"` +lib_list_before=`ls -lnR --full-time "$Lib" | grep -v -e ".*\.log$" -e "^total [0-9]\+"` echo "Current Library list" echo "$lib_list_before" @@ -105,7 +105,7 @@ fi #list file in lib dir after sync echo "New Library list" -lib_list_after=`ls -lnR --ignore "*.log" --full-time "$Lib" | grep -v -e ".*\.log$" -e "^total [0-9]\+"` +lib_list_after=`ls -lnR --full-time "$Lib" | grep -v -e ".*\.log$" -e "^total [0-9]\+"` echo "$lib_list_after" #compare filelist before and after