Skip to content
Snippets Groups Projects
Commit a023a03b authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

remove banner.sh

parent c0a38f70
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cleanup () {
rm -rf /usr/lib/micron.d/ffnw-banner
rm -rf /lib/ffnw/banner
}
grep -Fxvf /etc/banner /lib/ffnw/banner/banner > /dev/null
if [ $? -eq 0 ]; then
mv /lib/ffnw/banner/banner /etc/banner
cleanup
else
cleanup
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment