This commit is contained in:
Maniack Crudelis 2017-11-12 22:50:03 +01:00 committed by GitHub
parent c920e3d5f3
commit 2006e86635
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,7 +78,7 @@ create_temp_backup () {
# Check if the snapshot already exist # Check if the snapshot already exist
if [ ! -e "$snapshot_path/snap$snap_number" ] if [ ! -e "$snapshot_path/snap$snap_number" ]
then then
echo "snap$snap_number doesn't exist, its first creation can be take a little while." >&2 echo "snap$snap_number doesn't exist, its first creation can takes a little while." >&2
# Create the snapshot. # Create the snapshot.
sudo lxc-snapshot --name $lxc_name >> "$test_result" 2>&1 sudo lxc-snapshot --name $lxc_name >> "$test_result" 2>&1