Skip to content

Commit 24c2401

Browse files
Make deleting the gcode file optional
1 parent 3a05f33 commit 24c2401

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

install_opencentauri/run.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#!/bin/sh
22

3+
rm "/user-resource/IMPORT_ME_DO_NOT_PRINT______________________'\$(sh \$(printf %.1smnt%.1sexUDISK%.1sinstall_opencentauri%.1srun.sh \$PWD \$PWD \$PWD \$PWD))'.gcode"
4+
35
set -e
46

5-
rm "/user-resource/IMPORT_ME_DO_NOT_PRINT______________________'\$(sh \$(printf %.1smnt%.1sexUDISK%.1sinstall_opencentauri%.1srun.sh \$PWD \$PWD \$PWD \$PWD))'.gcode"
67
mkdir -p /user-resource/update_tmp
78
cd /mnt/exUDISK/install_opencentauri
89

0 commit comments

Comments
 (0)