Skip to content

Commit

Permalink
remove txt file extension since it's no use
Browse files Browse the repository at this point in the history
  • Loading branch information
randompersononinternet69 committed Sep 21, 2024
1 parent 45aeefe commit f404485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion boot/grubfm/ver.txt

This file was deleted.

2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ clear
echo -n ${RESET}
clear
echo "${CYAN}---Making a copy of /boot to /build---"
cat /proc/sys/kernel/random/uuid >boot/grubfm/ver.txt
cat /proc/sys/kernel/random/uuid >boot/grubfm/ver
cp -r boot build/ > /tmp/cp.log 2>&1
echo "Copy log located at /tmp/cp.log"
cp grub/locale/*.mo build/boot/grubfm/locale/ > /tmp/localecp.log 2>&1
Expand Down

0 comments on commit f404485

Please sign in to comment.