Explorar el Código

Fix .desktop format (in name and comment)

Guzmán Castanedo Villalba hace 6 años
padre
commit
92136d6a56
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      cryfs-automount

+ 2 - 2
cryfs-automount

@@ -79,8 +79,8 @@ function createautostart {
 		echo "X-GNOME-Autostart-enabled=true" | tee -a $startfile > /dev/null
 		echo "NoDisplay=false" | tee -a $startfile > /dev/null
 		echo "Hidden=false" | tee -a $startfile > /dev/null
-		echo "Name=CryFS-Dropbox" | tee -a $startfile > /dev/null
-		echo "Comment=Automount CryFS for Dropbox" | tee -a $startfile > /dev/null
+		echo "Name=CryFS-$5" | tee -a $startfile > /dev/null
+		echo "Comment=Automount CryFS for $5" | tee -a $startfile > /dev/null
 		echo "X-GNOME-Autostart-Delay=0" | tee -a $startfile > /dev/null
 	fi
 }