comparison host/removeStartupScripts.sh @ 1633:665049cffc02

fix path
author fffilimonov
date Tue, 14 Dec 2021 07:55:47 -0600
parents 0344a535b1db
children
comparison
equal deleted inserted replaced
1632:0344a535b1db 1633:665049cffc02
4 4
5 cd $localStartup; 5 cd $localStartup;
6 6
7 for file in *.plist; do 7 for file in *.plist; do
8 sudo rm ${systemStarup}/${file}; 8 sudo rm ${systemStarup}/${file};
9 rm $file; 9 sudo rm $file;
10 done; 10 done;