mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-20 08:43:42 -05:00
Fix syntax error in getRandomVersion.sh
This commit is contained in:
@@ -27,7 +27,7 @@ sentences=(
|
||||
)
|
||||
|
||||
# Read previous value if file exists
|
||||
prev=""₹
|
||||
prev=""
|
||||
if [[ -f "$FILE" ]]; then
|
||||
prev=$(<"$FILE")
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user