Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: experimental/webtry/setup/webtry_setup.sh

Issue 626703002: Restart webtry to pick up changes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: long lines Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/setup/setup_jail.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/setup/webtry_setup.sh
diff --git a/experimental/webtry/setup/webtry_setup.sh b/experimental/webtry/setup/webtry_setup.sh
index 43f0adc1952898d465f213a8851ea9ec53905200..848ea0abc5b70bd3a0a7c198058e70b6950fd1e4 100755
--- a/experimental/webtry/setup/webtry_setup.sh
+++ b/experimental/webtry/setup/webtry_setup.sh
@@ -21,7 +21,7 @@ sudo chmod 777 /home/webtry/cache/src
sudo cp ../sys/webtry_schroot /etc/schroot/chroot.d/webtry
CHROOT_JAIL=/srv/chroot/webtry_gyp
-# Build the chroot environment
+# Build the chroot environment.
if [ ! -d ${CHROOT_JAIL} ]; then
sudo mkdir -p ${CHROOT_JAIL}
@@ -32,8 +32,8 @@ if [ ! -d ${CHROOT_JAIL} ]; then
sudo sh -c "echo 'none /dev/shm tmpfs rw,nosuid,nodev,noexec 0 0' >> ${CHROOT_JAIL}/etc/fstab"
fi
-# the continue_install script will fetch the latest versions of
-# skia and depot_tools. We split up the installation process into
+# The continue_install script will fetch the latest versions of
+# skia and depot_tools. We split up the installation process into
# two pieces like this so that the continue_install script can
# be run independently of this one to fetch and build the latest skia.
@@ -45,6 +45,7 @@ sudo cp ../sys/webtry_squid /etc/squid3/squid.conf
sudo chmod 744 /etc/init.d/webtry
# Confirm that monit is happy.
-
sudo monit -t
sudo monit reload
+
+sudo /etc/init.d/webtry restart
« no previous file with comments | « experimental/webtry/setup/setup_jail.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698