]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Use bash at borg script
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 19 May 2018 11:27:24 +0000 (08:27 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 19 May 2018 11:27:24 +0000 (08:27 -0300)
templates/borg.sh.erb

index b37ab402a0fe278027279b08a6985b5c371f026b..dfb3d1fdc7f6df83d270505b00caaf3cc8f43250 100644 (file)
@@ -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 %>"