fix init ssb

This commit is contained in:
poka 2020-06-06 00:39:39 +02:00
parent 99261d36c0
commit fcede9de86
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<#!/bin/bash
#!/bin/bash
########################################################################
MY_PATH="`dirname \"$0\"`" # relative
MY_PATH="`( cd \"$MY_PATH\" && pwd )`" # absolutized and normalized