瀏覽代碼

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
 }