diff host/removeStartupScripts.sh @ 1632:0344a535b1db

add doc
author fffilimonov
date Tue, 14 Dec 2021 07:41:01 +0000
parents 35c626c06dd5
children 665049cffc02
line wrap: on
line diff
--- a/host/removeStartupScripts.sh	Mon Dec 13 09:14:52 2021 +0000
+++ b/host/removeStartupScripts.sh	Tue Dec 14 07:41:01 2021 +0000
@@ -6,6 +6,5 @@
 
 for file in *.plist; do
 	sudo rm ${systemStarup}/${file};
+	rm $file;
 done;
-
-cleanUp;
\ No newline at end of file