Skip to content

Commit

Permalink
Update carrot2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Patent2net committed Jun 24, 2021
1 parent cb9cacf commit f98be03
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions carrot2.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
python Patent2Net/extensions/Dlcarrot2.py /usr/src/P2N-V3
chown -R root:ftp carrot2.zip
chgrp -R ftp carrot2.zip
unzip -o carrot2.zip -d carrot2
rm carrot2.zip
chgrp -R ftp carrot2*
chmod -R 755 carrot2/carrot2-4.2.1/dcs/dcs.sh
python Patent2Net/extensions/Dlcarrot2.py /home/p2n/
chown -R root:ftp /home/p2n/carrot2.zip
chgrp -R ftp /home/p2n/carrot2.zip
unzip -o /home/p2n/carrot2.zip -d /home/p2n/carrot2
rm /home/p2n/carrot2.zip
chgrp -R ftp /home/p2n/carrot2*
chmod -R 755 /home/p2n/carrot2/carrot2-4.2.1/dcs/dcs.sh


0 comments on commit f98be03

Please sign in to comment.