Fix: Add whitespace after comments
This commit is contained in:
		@@ -5287,6 +5287,7 @@ udiskie &
 | 
				
			|||||||
***** config.yml
 | 
					***** config.yml
 | 
				
			||||||
#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/udiskie/config.yml.j2 :mkdirp yes :shebang #!/bin/bash
 | 
					#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/udiskie/config.yml.j2 :mkdirp yes :shebang #!/bin/bash
 | 
				
			||||||
{{ ansible_managed | comment }}
 | 
					{{ ansible_managed | comment }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
program_options:
 | 
					program_options:
 | 
				
			||||||
  tray:             false    # [bool] Enable the tray icon. "auto"
 | 
					  tray:             false    # [bool] Enable the tray icon. "auto"
 | 
				
			||||||
  menu:             flat    # ["flat" | "nested"] Set the
 | 
					  menu:             flat    # ["flat" | "nested"] Set the
 | 
				
			||||||
@@ -5363,6 +5364,7 @@ esac
 | 
				
			|||||||
***** udiskie snippet for commands.conf
 | 
					***** udiskie snippet for commands.conf
 | 
				
			||||||
#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/udiskie/umount_all.j2 :mkdirp yes :shebang #!/bin/bash
 | 
					#+BEGIN_SRC shell :tangle roles/yavdr-desktop/templates/udiskie/umount_all.j2 :mkdirp yes :shebang #!/bin/bash
 | 
				
			||||||
{{ ansible_managed | comment }}
 | 
					{{ ansible_managed | comment }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ "Safely remove usb mass storage" | translate }} : echo 'svdrpsend mesg "$(udiskie-umount -a 2>&1 | grep -o "Error unmounting.*")"' | at now
 | 
					{{ "Safely remove usb mass storage" | translate }} : echo 'svdrpsend mesg "$(udiskie-umount -a 2>&1 | grep -o "Error unmounting.*")"' | at now
 | 
				
			||||||
#+END_SRC
 | 
					#+END_SRC
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,6 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
{{ ansible_managed | comment }}
 | 
					{{ ansible_managed | comment }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
program_options:
 | 
					program_options:
 | 
				
			||||||
  tray:             false    # [bool] Enable the tray icon. "auto"
 | 
					  tray:             false    # [bool] Enable the tray icon. "auto"
 | 
				
			||||||
  menu:             flat    # ["flat" | "nested"] Set the
 | 
					  menu:             flat    # ["flat" | "nested"] Set the
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,4 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
{{ ansible_managed | comment }}
 | 
					{{ ansible_managed | comment }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{{ "Safely remove usb mass storage" | translate }} : echo 'svdrpsend mesg "$(udiskie-umount -a 2>&1 | grep -o "Error unmounting.*")"' | at now
 | 
					{{ "Safely remove usb mass storage" | translate }} : echo 'svdrpsend mesg "$(udiskie-umount -a 2>&1 | grep -o "Error unmounting.*")"' | at now
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user