]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - dracut-functions.sh
Renamed all shell scripts to *.sh
[thirdparty/dracut.git] / dracut-functions.sh
similarity index 99%
rename from dracut-functions
rename to dracut-functions.sh
index e0a08ab2b6b9a84b0a36d0a825c71026b8142841..17ffd680cbc4f1674b78faa986e54ab6cf195830 100755 (executable)
@@ -28,7 +28,7 @@ if ! [[ $dracutbasedir ]]; then
 fi
 
 if ! type dinfo >/dev/null 2>&1; then
-    . "$dracutbasedir/dracut-logger"
+    . "$dracutbasedir/dracut-logger.sh"
     dlog_init
 fi