editproj.cgi: Improve form layout alignment
[girocco.git] / toolbox / run-fixupd.sh
blob81d134ca33ac2e3b80db99b4120b85346492d46c
1 #!/bin/sh
3 # Note that since the fixupd-related files are always installed into a fixed
4 # location in ~root by updateroot.sh (specifically ~root/repomgr/...), and this
5 # script must always be run as root, it would be incorrect to use the basedir
6 # setting in this script.
8 cd "$HOME"
10 if [ "$1" = "--shell" ]; then
11 shift
12 $HOME/repomgr/fixupd/fixupd.sh "$@"
13 exec "$SHELL" -l -i
15 exec $HOME/repomgr/fixupd/fixupd.sh "$@"