Преглед на файлове

Fix .desktop format (in name and comment)

Guzmán Castanedo Villalba преди 7 години
родител
ревизия
92136d6a56
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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
 }