ソースを参照

Include project name

Bob Mottram 8 年 前
コミット
b0d42fd36e
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-utils-firewall

+ 1
- 1
src/freedombone-utils-firewall ファイルの表示

@@ -28,7 +28,7 @@
28 28
 # You should have received a copy of the GNU Affero General Public License
29 29
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
30 30
 
31
-FIREWALL_CONFIG=$HOME/firewall.cfg
31
+FIREWALL_CONFIG=$HOME/${PROJECT_NAME}-firewall.cfg
32 32
 
33 33
 function save_firewall_settings {
34 34
     iptables-save > /etc/firewall.conf