Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
ctx-agent changes for Bug 7009 - All scripts should use shebang /bin/…
…bash
  • Loading branch information
timf committed Apr 30, 2010
1 parent 3823aba commit 5ecf23b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ctx-agent/ctx-scripts/0-etchosts.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# This configures the local /etc/hosts file with all members of the context.
# Don't change or delete this script unless you know what you are doing.
Expand Down
2 changes: 1 addition & 1 deletion ctx-agent/ctx-scripts/clean.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

# You can put commands that 'reset' the VM for contextualization
# here and then call this before launch.sh in your rc.local (like
Expand Down
2 changes: 1 addition & 1 deletion ctx-agent/ctx-scripts/problem.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

echo "Problem script running... shutting down."
touch /tmp/contextualization_problem_script_ran
Expand Down
2 changes: 1 addition & 1 deletion ctx-agent/ctx/launch.sh
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

BASEDIR=`dirname $0`

Expand Down

0 comments on commit 5ecf23b

Please sign in to comment.