Skip to content

Commit

Permalink
Patch bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Impre-visible committed Nov 3, 2022
1 parent befa8ad commit c3951eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version=$(crudini --get /etc/chocolate/config.ini ChocolateSettings version)
curl -s -L https://raw.githubusercontent.com/ChocolateApp/Chocolate/main/config.ini > /etc/chocolate/configTemp.ini
latestVersion=$(crudini --get /etc/chocolate/configTemp.ini ChocolateSettings version)
rm configTemp.ini
rm /etc/chocolate/configTemp.ini
version=$(echo $version | tr -d '.')
latestVersion=$(echo $latestVersion | tr -d '.')
version=$((version))
Expand Down

0 comments on commit c3951eb

Please sign in to comment.