Start nextcloud in background

This commit is contained in:
Przemek Grondek 2021-11-22 20:02:19 +01:00
parent 3fa7a21fb7
commit 5ceff37afe

View File

@ -21,7 +21,7 @@ if [[ "$DESKTOP_SESSION" = "dwm" ]]; then
fi
if command -v nextcloud &> /dev/null ; then
nextcloud &
nextcloud --background &
fi
if command -v signal-desktop &> /dev/null ; then