mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Use USER variable instead of unstable AUTOFS_UID
This commit is contained in:
parent
bfd383659f
commit
1a1442386d
@ -17,5 +17,5 @@
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#}
|
||||
{%- for drv in drives %}
|
||||
{{ drv.dir }} -fstype=cifs,cruid=$AUTOFS_UID,sec=krb5 :{{ drv.path }}
|
||||
{{ drv.dir }} -fstype=cifs,cruid=$USER,sec=krb5 :{{ drv.path }}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user