Changeset 3124
- Timestamp:
- Dec 20, 2016, 12:10:45 PM (4 years ago)
- Location:
- lliurex-moving-core/trunk/fuentes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-moving-core/trunk/fuentes/debian/changelog
r3117 r3124 1 lliurex-moving-core (3.0.15) xenial; urgency=high 2 3 * added uid test to profile.d 4 5 -- Hector Garcia Huerta <hectorgh@gmail.com> Tue, 20 Dec 2016 12:08:38 +0100 6 1 7 lliurex-moving-core (3.0.14) xenial; urgency=high 2 8 -
lliurex-moving-core/trunk/fuentes/profile.d/llx-moving-load.sh
r3116 r3124 3 3 if [ "$XDG_CURRENT_DESKTOP" != "" ]; then 4 4 5 llx-moving-cmd load 5 if [ "$UID" -gt "1041" ]; then 6 7 llx-moving-cmd load || true 8 9 fi 6 10 fi 7 11
Note: See TracChangeset
for help on using the changeset viewer.