Rafael Calleja
commited on
Commit
·
901e3fc
1
Parent(s):
7e6606f
fix slash
Browse files- endpoints.yml +1 -1
- scripts/build.sh +1 -1
endpoints.yml
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
ubuntu-24.04-GNOME-squash-custom:
|
2 |
-
path: /squash/ubuntu/24.04/GNOME
|
3 |
files:
|
4 |
- filesystem.squashfs
|
5 |
- initrd
|
|
|
1 |
ubuntu-24.04-GNOME-squash-custom:
|
2 |
+
path: /squash/ubuntu/24.04/GNOME/
|
3 |
files:
|
4 |
- filesystem.squashfs
|
5 |
- initrd
|
scripts/build.sh
CHANGED
@@ -9,7 +9,7 @@ generate_structure() {
|
|
9 |
|
10 |
# Defining the structure
|
11 |
echo " ${base_name}-${version}-${flavor}-squash-custom:"
|
12 |
-
echo " path: /${dir_path#./data/}"
|
13 |
echo " files:"
|
14 |
|
15 |
# Listing files in the directory
|
|
|
9 |
|
10 |
# Defining the structure
|
11 |
echo " ${base_name}-${version}-${flavor}-squash-custom:"
|
12 |
+
echo " path: /${dir_path#./data/}"/
|
13 |
echo " files:"
|
14 |
|
15 |
# Listing files in the directory
|