Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
minor bugfix and improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
satouriko committed May 5, 2017
1 parent 02d67cf commit ae5dec8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#########################################################################
# File Name: install.sh
# Author: Li Jiahao
# ###############
# mail: [email protected]
# Created Time: Sat 21 May 2016 02:18:25 PM CST
#########################################################################
#!/bin/bash

echo "Would you like a Chinese installation prompt?(y/N)"
read zh_enable
Expand Down
2 changes: 1 addition & 1 deletion ipgw.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#########################################################################
# File Name: ipgw.sh
# Author: Li Jiahao
# ###############
# mail: [email protected]
# Created Time: Sat 21 May 2016 10:50:21 AM CST
#########################################################################
#!/bin/bash

usage()
{
Expand Down
2 changes: 1 addition & 1 deletion uninstall.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#########################################################################
# File Name: uninstall.sh
# Author: Li Jiahao
# ###############
# mail: [email protected]
# Created Time: Wed 08 Feb 2017 11:49:25 AM CST
#########################################################################
#!/bin/bash

echo "感谢使用NEU IPGW登陆器 2645工作室出品"

Expand Down

0 comments on commit ae5dec8

Please sign in to comment.