Start nextcloud in background
This commit is contained in:
parent
3fa7a21fb7
commit
5ceff37afe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user