diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/testServer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/testServer.sh b/scripts/testServer.sh index 834e4a9178..3fabfcd0bf 100755 --- a/scripts/testServer.sh +++ b/scripts/testServer.sh @@ -10,7 +10,7 @@ gitcmd="git -c commit.gpgsign=false" # # FUNCTIONS # -source $basedir/scripts/functions.sh +source "$basedir"/scripts/functions.sh updateTest() { paperstash |