- Timestamp:
- Dec 15, 2016, 1:21:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/lmd-server.install/usr/share/lmd-scripts/mate-ltsp-desktop.sh
r3008 r3085 27 27 28 28 # Launch aweome-script on client 29 linux32 chroot $chroot /usr/sbin/mate-ltsp-desktop.sh 29 #linux32 chroot $chroot /usr/sbin/mate-ltsp-desktop.sh 30 if [ $3 = "amd64" ]; then 31 linux64 chroot $chroot $command 32 else 33 linux32 chroot $chroot $command 34 fi 35 30 36 31 37
Note: See TracChangeset
for help on using the changeset viewer.