1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-22 01:18:02 +01:00

Fix symlink snapshot (#1833)

* Fix symbolic link issue with snapshot

* Add tests

* fix symlink

* add encrypted test

* Modify x
This commit is contained in:
Pascal Vizeli
2020-07-14 15:39:03 +02:00
committed by GitHub
parent 685788bcdf
commit bb64dca6e6
8 changed files with 95 additions and 13 deletions

3
tests/fixtures/tar_data/test1/script.sh vendored Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
echo "Test Script"