diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/borg.sh.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/borg.sh.erb b/templates/borg.sh.erb index b37ab40..dfb3d1f 100644 --- a/templates/borg.sh.erb +++ b/templates/borg.sh.erb @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Adapted from https://borgbackup.readthedocs.io/en/stable/quickstart.html#automating-backups export SSH_SERVER="<%= @user %>@<%= @host %>" |