Skip to content

Commit ecd209f

Browse files
committed
Install minor fix
1 parent 02d9951 commit ecd209f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ cp ~/.local/share/applications/pipewire-controller.desktop ~/.config/autostart/p
6666
# Execute and echo success or error message
6767
echo "💡 Launching Pipewire Controller..."
6868
sleep 1
69-
$APP_PATH || echo "❌ Failed to launch the application. Try running 'pipewire-controller' manually."
69+
$APP_PATH & > /dev/null & || echo "❌ Failed to launch the application. Try running 'pipewire-controller' manually."
7070

7171
echo "✅ Installation complete!"
7272
echo "💡 You can now find 'Pipewire Controller' in your Application Menu."

0 commit comments

Comments
 (0)