Added starred
This commit is contained in:
@@ -99,7 +99,7 @@ function build() {
|
|||||||
if [[ $solution_stat == 0 ]]; then
|
if [[ $solution_stat == 0 ]]; then
|
||||||
echo -n "\"solutions\": \"https://static.betalupi.com/ormc/$(realpath --relative-to="${target_dir}" "${b_target_dir}")/${job_name}.sols.pdf\","
|
echo -n "\"solutions\": \"https://static.betalupi.com/ormc/$(realpath --relative-to="${target_dir}" "${b_target_dir}")/${job_name}.sols.pdf\","
|
||||||
fi
|
fi
|
||||||
if [[ $solution_stat == 0 ]]; then
|
if [ -f "starred" ]; then
|
||||||
echo -n "\"starred\": true"
|
echo -n "\"starred\": true"
|
||||||
else
|
else
|
||||||
echo -n "\"starred\": false"
|
echo -n "\"starred\": false"
|
||||||
|
|||||||
Reference in New Issue
Block a user