From 0f94ed71531d5ba2c02ce65752559fc385bd5c70 Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Sun, 2 Sep 2012 13:02:05 -0500 Subject: [PATCH] Added do-nothing patch for init script. --- installers/common.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installers/common.sh b/installers/common.sh index 3faf265..1137433 100644 --- a/installers/common.sh +++ b/installers/common.sh @@ -77,6 +77,10 @@ function patch_latest_files() { install_log "Patching MSM cron file" awk '{ if ($0 !~ /^#/) sub(/minecraft/, "'$msm_user'"); print }' \ "$dl_dir/msm.cron.orig" >"$dl_dir/msm.cron" + + # patch init file + install_log "Patching MSM init file" + cp "$dl_dir/msm.init.orig" "$dl_dir/msm.init" } # Installs msm.conf into /etc