Correct the autostart scripts

This commit is contained in:
Andreas Zweili 2022-04-20 11:28:52 +02:00
parent 7025c64be3
commit aac0286944
3 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo "start keeweb"
nohup keeweb > ~/.local/share/nohup.out
nohup keeweb > ~/.local/share/nohup.out &

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo "start signal"
nohup signal-desktop > ~/.local/share/nohup.out
nohup signal-desktop > ~/.local/share/nohup.out &

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
echo "start telegram"
nohup telegram-desktop > ~/.local/share/nohup.out
nohup telegram-desktop > ~/.local/share/nohup.out &