summaryrefslogtreecommitdiffstats
path: root/upslak.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upslak.sh')
-rw-r--r--upslak.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/upslak.sh b/upslak.sh
index 67c64ed..d418ccc 100644
--- a/upslak.sh
+++ b/upslak.sh
@@ -571,7 +571,7 @@ while [ ! -z "$1" ]; do
exit
;;
-i|--init)
- LIVEINIT="$2"
+ LIVEINIT="$(cd $(dirname $2); pwd)/$(basename $2)"
shift 2
;;
-k|--kernel)