Fix some bugs
Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
parent
3e624f1048
commit
de9781c13f
3 changed files with 10 additions and 1 deletions
|
@ -4,7 +4,7 @@ if [[ -f $HOME/.bashrc ]]; then
|
|||
fi
|
||||
|
||||
# Activate correct crontab file
|
||||
crontab -u severin $HOME/.crontab
|
||||
crontab $HOME/.crontab
|
||||
|
||||
# If we are on tty1 we start the x-server
|
||||
if [ "$(tty)" = "/dev/tty1" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue