Rafael Calleja commited on
Commit
7e6606f
·
1 Parent(s): ae71729
Files changed (2) hide show
  1. endpoints.yml +1 -1
  2. scripts/build.sh +1 -1
endpoints.yml CHANGED
@@ -1,5 +1,5 @@
1
  ubuntu-24.04-GNOME-squash-custom:
2
- path: /data/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#./}"
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