remove unused file
[iankelling.org] / setup.sh
index 7035dff24774a677ac9846b0b7b8e2d9fc2302be..f081135e3b0f253544d1f2a1981cb939ca6cfd09 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-source /a/bin/errhandle/err
+set -e; . /usr/local/lib/bash-bear; set +e
 
 usage() {
   cat <<EOF
@@ -152,7 +152,7 @@ web-conf $allow_symlinks_arg $email_arg -p $port - apache2 $domain <<EOF
   AddHandler cgi-script .py
 </Directory>
 
-<Directory /var/www/$domain/html/alex>
+<Directory /var/www/$domain/html/stream-videos/>
   Options Indexes
 </Directory>