Update nms

This commit is contained in:
2026-08-25 01:05:28 +00:00
parent 140f4ebc19
commit 23a5fb0fe8
+1 -1
View File
@@ -19,7 +19,7 @@ read -r -n 1 -s key
echo "================================================================================"
echo " GENERATING REPORT FILE: "$@".pdf..."
echo "--------------------------------------------------------------------------------"
soffice --headless --convert-to pdf --outdir ./nms-"$@" nms-"$@".log
soffice --headless --convert-to pdf --outdir ./ nms-"$@".log
rm nms-"$@".log
open nms-"$@".pdf
exit