We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c212a4 commit c6b80e5Copy full SHA for c6b80e5
udroid/src/udroid.sh
@@ -1077,7 +1077,7 @@ custom_remove() {
1077
local name=$1
1078
local path=${DEFAULT_FS_INSTALL_DIR}
1079
1080
- root_fs_path=$path/$name
+ root_fs_path=$path/"custom-$name" # custom fs are prefixed with "custom-"
1081
1082
[[ -z $name ]] && EDIE "ERROR: distro name not specified"
1083
[[ ! -d $root_fs_path ]] && EDIE "ERROR: distro ($name) not found or installed"
0 commit comments