Skip to content

Commit

Permalink
Update install_wpad_23.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelloc committed Jun 19, 2017
1 parent 3c09dad commit d0cad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg-wpad/files/install_wpad_23.sh
Expand Up @@ -19,7 +19,7 @@
# * See the License for the specific language governing permissions and
# * limitations under the License.

version="0.2.5.2"
version="0.3.0.1"
echo `uname -m` system
if [ "$(cat /etc/version | cut -c 1-3)" == "2.3" ]; then
if [ "$(uname -m)" == "amd64" ]; then
Expand Down

0 comments on commit d0cad38

Please sign in to comment.