correct use of variable

This commit is contained in:
Jeff Billimek 2019-08-05 01:19:20 -04:00
parent 03e04fd8a7
commit 65d9a88cf7

View File

@ -50,7 +50,7 @@ main() {
done < /tmp/modified_dirs.txt
rm /tmp/modified_dirs.txt
if [ $packaged ]; then
if [ "$packaged" = true ]; then
release_charts
sleep 5
update_index