Browse Source

Update filebrowser-v3.sh

tteckster 3 years ago
parent
commit
ca63675c6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misc/filebrowser-v3.sh

+ 1 - 1
misc/filebrowser-v3.sh

@@ -81,7 +81,7 @@ ExecStart=/usr/local/bin/filebrowser -r /
 [Install]
 WantedBy=default.target" > $service_path
 
-systemctl enable --now filebrowser.service
+systemctl enable --now filebrowser.service &>/dev/null
 msg_ok "Created Service"
 
 msg_ok "Completed Successfully!\n"