1
0
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:
Игорь Чудов 2020-06-08 16:42:48 +04:00
parent bfd383659f
commit 1a1442386d
Signed by untrusted user: nir
GPG Key ID: 0F3883600CAE7AAC

View File

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