Fix execute permissions on restore-flatpak.sh
This commit is contained in:
parent
e4880cde6f
commit
11da80708b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ EOF
|
|||
#which flatpak || exit 0
|
||||
#xargs flatpak install -y < flatpaks.lst
|
||||
#EOF
|
||||
|
||||
chmod ug+rx restore-flatpak.sh
|
||||
popd || exit 2
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue