Add misc/fixes
Includes bot alert and misc files in /tmp/tmp
This commit is contained in:
parent
4f5669d436
commit
4736d7739b
4 changed files with 83 additions and 0 deletions
14
modules/rhizo_base/files/tmp/fix.sh
Normal file
14
modules/rhizo_base/files/tmp/fix.sh
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Hacks...
|
||||
|
||||
if [ "$PWD" != "/var/SysmoBTS" ]; then
|
||||
OLDPWD=$PWD
|
||||
cd /var/SysmoBTS
|
||||
fi
|
||||
|
||||
# Nothing to do.
|
||||
|
||||
if [ "$OLDPWD" != "" ]; then
|
||||
cd $OLDPWD
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue