hello everybody
can any one help me with this script!
i want script on user profile on-login for set user mac in his account in hotspot
and that is my script but not work !!!!
:local username [/ip hotspot active get $user user];
:local ip [/ip hotspot active get $user address];
:local mac [/ip hotspot active get $user mac-address];
/ip hotspot user { set "$user" mac-address=$mac };
what is worng?