Commit d963cad0 authored by Franco Fichtner's avatar Franco Fichtner

pkg: shell magic, indent, whitespaces

parent 984522a7
...@@ -25,9 +25,6 @@ echo "Writing OPNsense version" ...@@ -25,9 +25,6 @@ echo "Writing OPNsense version"
mkdir -p /usr/local/opnsense/version mkdir -p /usr/local/opnsense/version
echo "%%REPO_VERSION%%-%%REPO_COMMENT%%" > /usr/local/opnsense/version/opnsense echo "%%REPO_VERSION%%-%%REPO_COMMENT%%" > /usr/local/opnsense/version/opnsense
# restart configd if running if /usr/local/etc/rc.d/configd status > /dev/null; then
/usr/local/etc/rc.d/configd status > /dev/null /usr/local/etc/rc.d/configd restart
if [ $? -eq 0 ]; then
/usr/local/etc/rc.d/configd restart
fi fi
Markdown is supported
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