|
@@ -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
|
|
|
}
|