Skip to content

Commit

Permalink
Use SHA-256
Browse files Browse the repository at this point in the history
  • Loading branch information
chmaha authored Dec 23, 2023
1 parent 5a9aaae commit 646626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resource Folders/ReaClassical_Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ wget -q --show-progress --progress=bar:force https://reaper.fm/files/${major}.x/
# Check if a ReaClassical folder already exists
if [ -d "ReaClassical_${rcver}" ]; then
# If it exists, create a folder with a date suffix
date_suffix=$(date +%s | md5sum | cut -c1-5)
date_suffix=$(date +%s | sha256sum | cut -c1-5)
rcfolder="ReaClassical_${rcver}_${date_suffix}"
sleep 2
echo "Folder ReaClassical_${rcver} already exists. Adding unique identifier as suffix."
Expand Down

0 comments on commit 646626c

Please sign in to comment.