Skip to content
Snippets Groups Projects

Support windows

Merged Hahn Axel (hahn) requested to merge support-windows into master
3 files
+ 35
6
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
2
@@ -38,8 +38,7 @@
local _target=$( j_getFullTarget )
echo ${_target} | grep "https.*@" >/dev/null
if [ $? -eq 0 ]; then
local _host=$( hostname -f )
_target=$( echo $_target | sed "s#${_host}/##" )
_target=$( echo $_target | sed "s#${FQDN}/##" )
fi
export RESTIC_REPOSITORY=$_target
Loading