Fix : Gradle cd back.
This commit is contained in:
parent
87d7db0fbd
commit
861a14ea89
|
@ -21,6 +21,7 @@ function fix_files_sftp() {
|
||||||
# Delete lost Gradle lock files.
|
# Delete lost Gradle lock files.
|
||||||
function fix_gradle_lock() {
|
function fix_gradle_lock() {
|
||||||
cd "${HOME}/.gradle" && find -type f | grep \\.lock$ | xargs -- rm
|
cd "${HOME}/.gradle" && find -type f | grep \\.lock$ | xargs -- rm
|
||||||
|
cd -
|
||||||
}
|
}
|
||||||
|
|
||||||
# Fix Gnome's broken RDP ffs.
|
# Fix Gnome's broken RDP ffs.
|
||||||
|
|
Reference in a new issue