5 lines
172 B
Bash
5 lines
172 B
Bash
#!/bin/sh
|
|
echo "this is just a dummy file"
|
|
# this is just a dummyfile to set permission
|
|
# the apt-mirror-script will replace this content
|
|
# and the permission will survive
|