Skip to content

Commit

Permalink
Local setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcameron committed Aug 6, 2008
1 parent 0cad838 commit f6c3137
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions local-setup.sh
@@ -0,0 +1,16 @@
#!/bin/sh
noperlpath=1
nouninstall=1
atboot=1
nochown=1
if [ "$config_dir" = "" ]; then
config_dir=/etc/webmin
fi
if [ "$var_dir" = "" ]; then
var_dir=/var/webmin
fi
perl=/usr/local/bin/perl
session=1
nopostinstall=1
export noperlpath nouninstall atboot nochown config_dir var_dir perl session nopostinstall
./setup.sh

0 comments on commit f6c3137

Please sign in to comment.