1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
pluxml_ynh/scripts
Julien Malik 5007dcc9fb [fix] remove bad substitution
This causes the following error :
install: line 13: ${$domain%?}: bad substitution

I guess the intended subtitution was :
  domain=${domain%?}
instead, which removes the last character of domain, and thus is wrong.
2016-06-26 21:27:57 +02:00
..
install [fix] remove bad substitution 2016-06-26 21:27:57 +02:00
remove all added for first test 2016-06-26 21:21:08 +02:00
upgrade Update README.md 2016-06-26 21:27:12 +02:00