Skip to content

Commit c887506

Browse files
committed
Fixed run.sh script
1 parent 7c892e0 commit c887506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ if [ $PARAM_GENERATION -eq 1 ]
2626
then
2727
mkdir -p substitution_parameters
2828
python paramgenerator/generateparams.py $LDBC_SNB_DATAGEN_HOME substitution_parameters/
29-
rm -f m0factors.txt
30-
rm -f m0friendList*
29+
rm -f m*factors*
30+
rm -f m0friendList*
3131
fi

0 commit comments

Comments
 (0)