mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-26 01:10:18 +00:00
Fixing syntax error
This commit is contained in:
parent
dd3c7e91e7
commit
7b155e089f
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ echo "Clearing data from previous download location..."
|
||||||
rm -r $PATH_TMP
|
rm -r $PATH_TMP
|
||||||
mkdir -p $PATH_TMP
|
mkdir -p $PATH_TMP
|
||||||
|
|
||||||
if [ ! -f $DIR/steam/apps_free.json
|
if [ ! -f $DIR/steam/apps_free.json ]; then
|
||||||
echo "Getting top 100 Steam apps..."
|
echo "Getting top 100 Steam apps..."
|
||||||
$DIR/steam/get_top_100_apps.sh
|
$DIR/steam/get_top_100_apps.sh
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue