Warning: include_once(): http:// wrapper is disabled in the server configuration by allow_url_include=0 in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 2

Warning: include_once(http://www.confrage.com/bin/header.php): failed to open stream: no suitable wrapper could be found in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 2

Warning: include_once(): Failed opening 'http://www.confrage.com/bin/header.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 2
bashで設定ファイルを読み込む | UNIX | 株式会社CONFRAGE
Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/menu.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 17

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/menu.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 17
bashで設定ファイルを読み込む
bashで設定ファイルはシェルスクリプトに記述するのではなく、別ファイルに記述したい場合があります。
例えば何かの時間であったり、ファイル名だったりです。
そういう場合は別ファイル名で以下のように定義します。=の両横に空白は入れません。

confファイル


このファイルを読み込むには以下の二通りがあります。

. ./conf
source ./conf
どちらでも大丈夫です。これをシェルスクリプトの先頭で記述すると$timeに60を持ち、$fileにlock_fileを持つことができます。

以下はサンプルです。

#!/usr/bin/bash

#設定ファイル読込
. ./conf

echo $time
echo $file

Back to top

Information

Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/side_bar.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 75

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/side_bar.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 75

Warning: include_once(/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/seo.php): failed to open stream: No such file or directory in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 84

Warning: include_once(): Failed opening '/home/sites/heteml/users/m/o/r/moriya-h5/web/confrage/bin/seo.php' for inclusion (include_path='.:/usr/local/php/5.6/lib/php') in /home/users/2/moriya-h5/web/confrage/unix/sh/conf_file/conf_file.html on line 84