We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0211d58 + 024c3aa commit 52c8ea6Copy full SHA for 52c8ea6
src/end_chroot_script
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
# EditBase script
3
# Basic and mandatory settings for the base of an OctoPi customization run
4
-# Written by Gina Haeussge <gina at octoprint dot org>,
+# Written by Gina Haeussge <gina at octoprint dot org>,
5
# based on work by Guy Sheffer <guysoft at gmail dot com>
6
# GPL V3
7
########
@@ -22,6 +22,11 @@ then
22
rm -r /home/"${BASE_USER}"/.pydistutils.cfg
23
fi
24
25
+# Remove common.sh after build (https://github.com/OctoPrint/CustoPiZer/issues/13)
26
+if [ -f "/common.sh" ]; then
27
+ rm -f /common.sh
28
+fi
29
+
30
#cleanup
31
apt-get clean
32
apt-get autoremove -y
0 commit comments