bug
This commit is contained in:
parent
a926a1751b
commit
42acfa57e3
@ -87,12 +87,12 @@ fi
|
||||
|
||||
mkdir /tmp/output/vpn/scripts
|
||||
|
||||
echo '#!/bin/sh
|
||||
echo '#!/bin/bash
|
||||
printenv >> /tmp/starttap
|
||||
echo "$TAP" >> /tmp/starttap
|
||||
ifconfig $TAP $ip netmask 255.255.255.0 up >> /tmp/starttap' > /tmp/output/vpn/scripts/starttap.sh
|
||||
|
||||
echo '#!/bin/sh
|
||||
echo '#!/bin/bash
|
||||
printenv
|
||||
echo "$TAP"
|
||||
ip -s -s neigh flush all dev $TAP' > /tmp/output/vpn/scripts/arpinggw.sh
|
||||
|
@ -25,7 +25,7 @@
|
||||
<td>{{ image.vpn_ip }}</td>
|
||||
<td>
|
||||
<form action="{{ url_for('download_key', image_id=image.id) }}" method="post">
|
||||
<button type="submit" class="btn">Pobierz</button>
|
||||
<button type="submit" class="btn btn-success">Pobierz</button>
|
||||
</form>
|
||||
</td>
|
||||
<td>
|
||||
|
Loading…
Reference in New Issue
Block a user