Skip to content
Snippets Groups Projects
Verified Commit 1ed7fd98 authored by Vojtech Myslivec's avatar Vojtech Myslivec
Browse files

nikola: Run nikola directly

parent fe129e11
Branches
Tags v11.3
No related merge requests found
......@@ -5,11 +5,8 @@ $(gettext "Try to send firewall logs to the server.")
"
run () {
if [ -x /usr/share/nikola/bin/nikola.sh ]; then
/usr/share/nikola/bin/nikola.sh -n
else
echo "Nikola script not found"
fi
check_installed nikola || return 0
nikola
}
# vim: ft=sh
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment