mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Typo fix
This commit is contained in:
parent
c920e3d5f3
commit
2006e86635
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue