Local setup script
This commit is contained in:
parent
0cad83809c
commit
f6c31370cc
16
local-setup.sh
Executable file
16
local-setup.sh
Executable file
@ -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
|
Loading…
x
Reference in New Issue
Block a user