From 2006e866358885f9bc58b8ee07a4a3d34f6cd993 Mon Sep 17 00:00:00 2001 From: Maniack Crudelis Date: Sun, 12 Nov 2017 22:50:03 +0100 Subject: [PATCH] Typo fix --- sub_scripts/launcher.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sub_scripts/launcher.sh b/sub_scripts/launcher.sh index 25a001f..1341375 100755 --- a/sub_scripts/launcher.sh +++ b/sub_scripts/launcher.sh @@ -78,7 +78,7 @@ create_temp_backup () { # Check if the snapshot already exist if [ ! -e "$snapshot_path/snap$snap_number" ] 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. sudo lxc-snapshot --name $lxc_name >> "$test_result" 2>&1