Fix erronous spaces in script
This commit is contained in:
parent
e56ba91b5b
commit
583709835e
4
setup.sh
4
setup.sh
@ -64,9 +64,9 @@ read -e bbsname
|
|||||||
PLATFORM=`uname`
|
PLATFORM=`uname`
|
||||||
|
|
||||||
if [[ "$PLATFORM" == 'FreeBSD' ]] || [[ "$PLATFORM" == 'Darwin' ]]; then
|
if [[ "$PLATFORM" == 'FreeBSD' ]] || [[ "$PLATFORM" == 'Darwin' ]]; then
|
||||||
SED = gsed
|
SED=gsed
|
||||||
else
|
else
|
||||||
SED = sed
|
SED=sed
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$SED -i "s@/home/andrew/MagickaBBS@${PWD}@g" config/bbs.ini
|
$SED -i "s@/home/andrew/MagickaBBS@${PWD}@g" config/bbs.ini
|
||||||
|
Reference in New Issue
Block a user