Compare commits

..

No commits in common. "70098622519aee0a569a0cb318873e0bacf92ad7" and "7a4e1958a246dc9d0f246b8898b9df7b0aaff8cb" have entirely different histories.

2 changed files with 23 additions and 11 deletions

View File

@ -24,16 +24,28 @@ variables
color
catch_errors
function update_script() {
header_info
check_container_storage
check_container_resources
if [[ ! -d /opt/apache-guacamole ]]; then
msg_error "No ${APP} Installation Found!"
exit
fi
msg_error "Ther is currently no automatic update function for ${APP}."
exit
function default_settings() {
CT_TYPE="1"
PW=""
CT_ID=$NEXTID
HN=$NSAPP
DISK_SIZE="$var_disk"
CORE_COUNT="$var_cpu"
RAM_SIZE="$var_ram"
BRG="vmbr0"
NET="dhcp"
GATE=""
APT_CACHER=""
APT_CACHER_IP=""
DISABLEIP6="no"
MTU=""
SD=""
NS=""
MAC=""
VLAN=""
SSH="no"
VERB="no"
echo_default
}
start

View File

@ -16,7 +16,7 @@
"install_methods": [
{
"type": "default",
"script": "ct/apache-guacamole.sh",
"script": "/ct/apache-guacamole.sh",
"resources": {
"cpu": 1,
"ram": 2048,