|
|
@ -99,7 +99,7 @@ print("Output the files");
|
|
|
|
with open("/home/xpub/www/html/tl-dr/book.html", "w") as f:
|
|
|
|
with open("/home/xpub/www/html/tl-dr/book.html", "w") as f:
|
|
|
|
print(output, file=f)
|
|
|
|
print(output, file=f)
|
|
|
|
print("execute the bash script now to create the books");
|
|
|
|
print("execute the bash script now to create the books");
|
|
|
|
subprocess.run(['sh', 'create_book.sh', 'book_name'])
|
|
|
|
subprocess.run(['sh', 'create_book.sh', book_name])
|
|
|
|
print("Finished");
|
|
|
|
print("Finished");
|
|
|
|
|
|
|
|
|
|
|
|
# At the moment, we are not storing logs in the log folder anymore
|
|
|
|
# At the moment, we are not storing logs in the log folder anymore
|
|
|
|