mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-10 04:47:39 +00:00
Merge pull request #772 from nehaljwani/fix-fedora-template-stmt
Fix echo statement inside fedora template
This commit is contained in:
commit
4a8f6d012e
@ -579,7 +579,7 @@ but appears to be non-functional. Skipping... It should be removed.
|
|||||||
if [[ ! -f ../LiveOS/squashfs.img ]]
|
if [[ ! -f ../LiveOS/squashfs.img ]]
|
||||||
then
|
then
|
||||||
echo "
|
echo "
|
||||||
Downloading stage 0 LiveOS squashfs file system from mirrors.kernel.org...
|
Downloading stage 0 LiveOS squashfs file system from archives.fedoraproject.org...
|
||||||
Have a beer or a cup of coffee. This will take a bit (~300MB).
|
Have a beer or a cup of coffee. This will take a bit (~300MB).
|
||||||
"
|
"
|
||||||
sleep 3 # let him read it...
|
sleep 3 # let him read it...
|
||||||
|
Loading…
Reference in New Issue
Block a user