Skip to content

Commit dda9b7e

Browse files
authored
Update setup.sh
1 parent 60436de commit dda9b7e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ for t in "${tools[@]}"; do
2727
done
2828

2929
# instal hostapd
30-
bash hostapd/instal.sh
30+
cd hostapd
31+
bash instal.sh
32+
cd ..
3133

34+
# konfigurasi freeradius
3235
conf_users="/etc/freeradius/3.0/users"
3336
conf="conf/wpa2-enterprise/users"
3437

0 commit comments

Comments
 (0)