summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsf2021-02-26 16:43:58 +0100
committerlsf2021-02-26 16:43:58 +0100
commit27d772f9e00dea209e8a94f49f3e5cccf9fdd8da (patch)
tree0da10f7bba937fdfa6ddaa429e40a44b75b0e472
parentae5ee3b81432bc7387b8dbab9be87743d5c003b8 (diff)
downloadaur-27d772f9e00dea209e8a94f49f3e5cccf9fdd8da.tar.gz
fix a typo in opensnitch.install
-rw-r--r--opensnitch.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/opensnitch.install b/opensnitch.install
index 35f39b7406de..9cc39ffac720 100644
--- a/opensnitch.install
+++ b/opensnitch.install
@@ -8,7 +8,7 @@ post_install() {
post_upgrade() {
echo ""
echo "Restart opensnitchd service:"
- echo "systemctl daemon reload"
+ echo "systemctl daemon-reload"
echo "systemctl restart opensnitchd"
echo ""
}