revert sort file access log

This commit is contained in:
Mikhail Tergoev 2024-08-09 13:45:13 +03:00
parent 45750def24
commit 40c507498d

@ -468,7 +468,7 @@ use: [--repair] [--reinstall] [--autoinstall]
exit 0 ;; exit 0 ;;
'--server-file-access' ) '--server-file-access' )
echo echo
curl -s --list-only "https://cloud.linux-gaming.ru/log/$(date +20%y_%m)_file_access.log" | sort -rV -k 2,2 curl -s --list-only "https://cloud.linux-gaming.ru/log/$(date +20%y_%m)_file_access.log" | sort -V -k 2,2
echo echo
exit 0 ;; exit 0 ;;
esac esac