diff --git a/.bash_aliases b/.bash_aliases index 562d6e9..8e4fb00 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -42,7 +42,7 @@ function bye() { then echo 'Rsync is running, not going to sleep.' else - systemctl suspend + sudo systemctl suspend fi }