Skip to content
Snippets Groups Projects
Unverified Commit d1af1c8b authored by Michal 'vorner' Vaner's avatar Michal 'vorner' Vaner
Browse files

Oneshot: Stop samba if not enabled

Fix for problem in makefile, which restarts it unconditionally on
installation.
parent 6acbd4be
No related branches found
No related tags found
No related merge requests found
if [ -x /etc/init.d/samba ] ; then
/etc/init.d/samba enabled || /etc/init.d/samba stop || true
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