various bug fixes
[distro-setup] / install-my-scripts
1 #!/bin/bash
2 # Copyright (C) 2016 Ian Kelling
3
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7
8 # http://www.apache.org/licenses/LICENSE-2.0
9
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16
17 # Running these files directly won't be good since we are
18 # unmounting the volume they live on.
19 # This never really get's run, since we normally only
20 # seed these files to other hosts using btrbk-run.
21
22
23 set -eE -o pipefail
24 trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR
25
26 [[ $EUID == 0 ]] || exec sudo -E "$BASH_SOURCE" "$@"
27
28 x="$(readlink -f "$BASH_SOURCE")"; cd ${x%/*}
29
30
31 e() { echo "$*"; "$@"; }
32
33 # scripts that would interfere with unmounting /a, put them elsewhere
34 e install btrbk-run mount-latest-subvol check-subvol-stale /usr/local/bin